menu
nomo_router package
documentation
router/nomo_navigator.dart
NomoNavigatorFunctions
popUntilAndPush<T> abstract method
popUntilAndPush<T> abstract method
dark_mode
light_mode
popUntilAndPush<
T
>
abstract method
Future
<
T
>
popUntilAndPush
<
T
>(
AppRoute
route
,
bool
predicate
(
NomoPage
)
)
Implementation
Future<T> popUntilAndPush<T>( AppRoute route, bool Function(NomoPage) predicate);
nomo_router package
documentation
router/nomo_navigator
NomoNavigatorFunctions
popUntilAndPush<T> abstract method
NomoNavigatorFunctions class