removeRouteHistory method
Remove the route from the history.
Implementation
removeRouteHistory(Route<dynamic> route) {
_routeHistory.remove(route);
}
Remove the route from the history.
removeRouteHistory(Route<dynamic> route) {
_routeHistory.remove(route);
}