popUntil method

void popUntil(
  1. UntilFn test, {
  2. bool ignore = false,
})

Implementation

void popUntil(UntilFn test, {bool ignore = false}) {
  routerDelegate.popUntil(test, ignore);
}