pushNamed<T> static method
Pushes a named route onto the navigator.
Implementation
static NavigationPushNamedAction<T> pushNamed<T>(String routeName,
{Object? arguments}) {
return NavigationPushNamedAction<T>._(routeName, arguments);
}