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