pushReplacementNamed abstract method

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

Replaces the current route with the specified route

Implementation

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