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