popAndPushNamed static method
Implementation
static popAndPushNamed(String routeName,
{Object? result, Object? arguments}) {
Bridge.navigator.currentState!
.popAndPushNamed(routeName, result: result, arguments: arguments);
}
static popAndPushNamed(String routeName,
{Object? result, Object? arguments}) {
Bridge.navigator.currentState!
.popAndPushNamed(routeName, result: result, arguments: arguments);
}