pushNamed
Future<T?> pushNamed<T extends Object?>(String routeName, {Object? arguments}) => navigator.pushNamed<T>(routeName, arguments: arguments);