RoutePresentationCallable typedef

RoutePresentationCallable = Callable2<String, NavigatorState, Object?>

typedef RoutePresentationCallback = String Function(NavigatorState navigator, Object? arguments);

Implementation

typedef RoutePresentationCallable = Callable2<String, NavigatorState, Object?>;