RePushAndRemoveUntil typedef

RePushAndRemoveUntil = Future<String?> Function(String newRouteName, RoutePredicate predicate, {Object? arguments})

Implementation

typedef RePushAndRemoveUntil = Future<String?> Function(
  String newRouteName,
  RoutePredicate predicate, {
  Object? arguments,
});