pushReplacementRoute property
Pushes the given route on top of the router stack and removes the previous route.
Implementation
late void Function(String route) pushReplacementRoute;
Pushes the given route on top of the router stack and removes the previous route.
late void Function(String route) pushReplacementRoute;