SendRoute typedef

SendRoute = Future Function(BuildContext context, AppRoute<dynamic, RouteParams> newRoute, RouteParams params)

Used as a higher-order routing function, that dispatches the route immediately

Implementation

typedef SendRoute = Future Function(BuildContext context, AppRoute newRoute, RouteParams params);