static void show<T extends Object?>(String routeName, {Object? arguments}) { return _delegate.show(routeName, arguments); }