popAndPush<T extends Object?, TO extends Object?> static method
Implementation
static Future<T?> popAndPush<T extends Object?, TO extends Object?>(String routeName,
{TO? result, Object? arguments}) {
return _delegate.popAndPush(routeName, result, arguments);
}