addRouteHistory method
Add the route to the history.
Implementation
void addRouteHistory(Route<dynamic> route) {
_routeHistory.add(route);
}
Add the route to the history.
void addRouteHistory(Route<dynamic> route) {
_routeHistory.add(route);
}