removeLastRouteHistory static method

void removeLastRouteHistory()

Remove a route from the route history.

Implementation

static void removeLastRouteHistory() {
  NyNavigator.instance.router.removeLastRouteHistory();
}