push<T, P extends RouteParams> static method
Implementation
static void push<T, P extends RouteParams>(
BuildContext context, AppRoute<T, P> route,
{P? args}) async {
delegateOf(context).push(route, args: args);
}