popAndPushNamed abstract method
Pop the current route off and push a named route in its place.
Implementation
void popAndPushNamed(
BuildContext context,
String routeName, {
Object? arguments,
});
Pop the current route off and push a named route in its place.
void popAndPushNamed(
BuildContext context,
String routeName, {
Object? arguments,
});