removeRouteHistory static method
Remove a route from the route history.
Implementation
static removeRouteHistory(Route<dynamic> route) {
NyNavigator.instance.router.removeRouteHistory(route);
}
Remove a route from the route history.
static removeRouteHistory(Route<dynamic> route) {
NyNavigator.instance.router.removeRouteHistory(route);
}