popUntil method
- String routeName
Implementation
void popUntil(String routeName) {
navigatorKey.currentState
?.popUntil((route) => route.settings.name == routeName);
}
void popUntil(String routeName) {
navigatorKey.currentState
?.popUntil((route) => route.settings.name == routeName);
}