removeRouteHistory static method

dynamic removeRouteHistory(
  1. Route route
)

Remove a route from the route history.

Implementation

static removeRouteHistory(Route<dynamic> route) {
  NyNavigator.instance.router.removeRouteHistory(route);
}