menu
umvvm package
documentation
arch/navigation/base_navigation_interactor.dart
BaseNavigationInteractor<IState, Input, AppTabType, RoutesClassType extends RoutesBase, DialogClassType extends RoutesBase, BottomSheetClassType extends RoutesBase, RouteType, DialogType, BottomSheetType, DeepLinksInteractorType extends BaseDeepLinksInteractor>
onDialogOpened abstract method
onDialogOpened abstract method
dark_mode
light_mode
onDialogOpened
abstract method
Future
<
void
>
onDialogOpened
(
Widget
child
,
UIRouteSettings
route
)
Callback for new dialog
Implementation
Future<void> onDialogOpened(Widget child, UIRouteSettings route);
umvvm package
documentation
arch/navigation/base_navigation_interactor
BaseNavigationInteractor<IState, Input, AppTabType, RoutesClassType extends RoutesBase, DialogClassType extends RoutesBase, BottomSheetClassType extends RoutesBase, RouteType, DialogType, BottomSheetType, DeepLinksInteractorType extends BaseDeepLinksInteractor>
onDialogOpened abstract method
BaseNavigationInteractor class