removeLastRouteHistory method
void
removeLastRouteHistory()
Remove the last route from the history.
Implementation
void removeLastRouteHistory() {
_routeHistory.removeLast();
}
Remove the last route from the history.
void removeLastRouteHistory() {
_routeHistory.removeLast();
}