removeLastRouteHistory static method

dynamic removeLastRouteHistory()

Remove a route from the route history.

Implementation

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