popUntilNamedRoute method
Pops until a specific route is reached.
routeName
is the name of the route to pop until.
Implementation
void popUntilNamedRoute(String routeName) {
Go.withKey(this).popUntilNamedRoute(routeName);
}
Pops until a specific route is reached.
routeName
is the name of the route to pop until.
void popUntilNamedRoute(String routeName) {
Go.withKey(this).popUntilNamedRoute(routeName);
}