pushReplacementRoute property

void Function(String route) pushReplacementRoute
getter/setter pair

Pushes the given route on top of the router stack and removes the previous route.

Implementation

late void Function(String route) pushReplacementRoute;