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