removeLastRouteHistory method

void removeLastRouteHistory()

Remove the last route from the history.

Implementation

void removeLastRouteHistory() {
  _routeHistory.removeLast();
}