menu
sm_router package
documentation
sm_router.dart
SMRouter
popUntil static method
popUntil static method
dark_mode
light_mode
popUntil
static method
void
popUntil
(
SMRoutePredicate
predicate
)
Implementation
static void popUntil(SMRoutePredicate predicate) { _delegate.popUntil(predicate); }
sm_router package
documentation
sm_router
SMRouter
popUntil static method
SMRouter class