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