static pushNamed(String routeName, {Object? arguments}) { Bridge.navigator.currentState!.pushNamed(routeName, arguments: arguments); }