backUntil static method
Go back until a route
Implementation
static void backUntil(String routeName) {
navigator?.popUntil(ModalRoute.withName(routeName));
}
Go back until a route
static void backUntil(String routeName) {
navigator?.popUntil(ModalRoute.withName(routeName));
}