pushNamed abstract method

void pushNamed(
  1. String route, {
  2. Object? arguments,
})

Puts a route on top of the navigation stack

Implementation

void pushNamed(
  String route, {
  Object? arguments,
});