removeLastRouteHistory method

dynamic removeLastRouteHistory()

Remove the last route from the history.

Implementation

removeLastRouteHistory() {
  _routeHistory.removeLast();
}