pushNamed abstract method
Push a named route onto the navigator that most tightly encloses the given context.
Implementation
void pushNamed(
BuildContext context,
String routeName, {
Object? arguments,
});
Push a named route onto the navigator that most tightly encloses the given context.
void pushNamed(
BuildContext context,
String routeName, {
Object? arguments,
});