menu
flutter_nop package
documentation
router.dart
NRouterDelegate
popUntil method
popUntil method
dark_mode
light_mode
popUntil
method
void
popUntil
(
UntilFn
test
,
bool
ignore
)
Implementation
void popUntil(UntilFn test, bool ignore) { _until(test, ignore: ignore); }
flutter_nop package
documentation
router
NRouterDelegate
popUntil method
NRouterDelegate class