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