popUntilRouteWithName method
Helper to pop all routes until route with name
is found
see popUntil
Implementation
void popUntilRouteWithName(String name, {bool scoped = true}) {
popUntil(ModalRoute.withName(name), scoped: scoped);
}
Helper to pop all routes until route with name
is found
see popUntil
void popUntilRouteWithName(String name, {bool scoped = true}) {
popUntil(ModalRoute.withName(name), scoped: scoped);
}