nextAndRemoveUntilNamed method

dynamic nextAndRemoveUntilNamed(
  1. String routeName,
  2. RoutePredicate predicate
)

Implementation

nextAndRemoveUntilNamed(String routeName, RoutePredicate predicate) =>
    Navigator.pushNamedAndRemoveUntil(this, routeName, predicate);