until method

void until(
  1. RoutePredicate predicate
)

Implementation

void until(RoutePredicate predicate) => navigator.popUntil(predicate);