Future<T?> replaceNamed<T>(String routeName, {Object? arguments}) => Navigator.of(this).pushReplacementNamed(routeName, arguments: arguments);