Future<T?> pushNamed<T>(String routeName, {Object? arguments}) { return navigatorKey.currentState!.pushNamed<T>(routeName, arguments: arguments); }