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