RePopAndPush typedef
RePopAndPush =
Future<String?> Function<R extends Object>(String name, {Object? arguments, R? result})
Implementation
typedef RePopAndPush = Future<String?> Function<R extends Object>(String name,
{Object? arguments, R? result});