RePushAndRemoveUntilNative typedef

RePushAndRemoveUntilNative = String Function<T extends Object?>(BuildContext context, String newRouteName, RoutePredicate predicate, {Object? arguments})

Implementation

typedef RePushAndRemoveUntilNative = String Function<T extends Object?>(
  BuildContext context,
  String newRouteName,
  RoutePredicate predicate, {
  Object? arguments,
});