getRouteHistory method

List<Route> getRouteHistory()

Get the route history.

Implementation

List<Route<dynamic>> getRouteHistory() {
  return _routeHistory;
}