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