You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
I would like to extend the NavigationBuilder class, but currently I cannot create subclasses because of the internal scope.
I would appreciate it if you could change the scope of the NavigationBuilder class to public.
If I can create subclasses, I will be able to complete this in individual projects without affecting the source code, such as #96 .
The text was updated successfully, but these errors were encountered:
What I wanted to extend is #96 .
This was merged so I no longer need to extend it.
Thank you very much.
I don't have any other examples of this at the moment.
I would like to extend the NavigationBuilder class, but currently I cannot create subclasses because of the internal scope.
I would appreciate it if you could change the scope of the NavigationBuilder class to public.
If I can create subclasses, I will be able to complete this in individual projects without affecting the source code, such as #96 .
The text was updated successfully, but these errors were encountered: