menu
nomo_router package
documentation
router/delegate.dart
NomoRouterDelegate
popWithKey<T> method
popWithKey<T> method
dark_mode
light_mode
popWithKey<
T
>
method
bool
popWithKey
<
T
>(
[
T?
result
])
Implementation
bool popWithKey<T>([T? result]) { _navigatorKey.currentState?.pop(result); return true; }
nomo_router package
documentation
router/delegate
NomoRouterDelegate
popWithKey<T> method
NomoRouterDelegate class