popUntil method
Calls pop repeatedly on the navigator that most tightly encloses the given context until the predicate returns true.
Implementation
void popUntil(PagePredicate predicate) {
_popUntil(predicate);
}
Calls pop repeatedly on the navigator that most tightly encloses the given context until the predicate returns true.
void popUntil(PagePredicate predicate) {
_popUntil(predicate);
}