menu
nomo_router package
documentation
router/entities/nomo_page.dart
NomoPage<T>
didPop method
didPop method
dark_mode
light_mode
didPop
method
void
didPop
(
[
T?
result
])
Implementation
void didPop([T? result]) { _popCompleter.complete(result); }
nomo_router package
documentation
router/entities/nomo_page
NomoPage<T>
didPop method
NomoPage class