RePopAndPushNative typedef
RePopAndPushNative =
String Function<T, R>(BuildContext context, String name, {Object? arguments, R? result})
Implementation
typedef RePopAndPushNative = String Function<T, R>(
BuildContext context, String name,
{Object? arguments, R? result});