menu
bolt_ui_kit package
documentation
helpers/navigator.dart
NavigationService
popUntil static method
popUntil static method
dark_mode
light_mode
popUntil
static method
void
popUntil
(
String
routeName
)
Implementation
static void popUntil(String routeName) { navigator?.popUntil(ModalRoute.withName(routeName)); }
bolt_ui_kit package
documentation
helpers/navigator
NavigationService
popUntil static method
NavigationService class