popUntil method
Pops all the previous routes until the predicate
returns true.
Implementation
void popUntil(bool Function(PageWrapper pageWrapper) predicate) {
return widget._state.popUntil(predicate);
}
Pops all the previous routes until the predicate
returns true.
void popUntil(bool Function(PageWrapper pageWrapper) predicate) {
return widget._state.popUntil(predicate);
}