popUntil method
Calls pop repeatedly until the predicate returns true.
Implementation
void popUntil(RoutePredicate predicate) => appState!.popUntil(predicate);
Calls pop repeatedly until the predicate returns true.
void popUntil(RoutePredicate predicate) => appState!.popUntil(predicate);