removeLastRouteHistory static method
dynamic
removeLastRouteHistory()
Remove a route from the route history.
Implementation
static removeLastRouteHistory() {
NyNavigator.instance.router.removeLastRouteHistory();
}
Remove a route from the route history.
static removeLastRouteHistory() {
NyNavigator.instance.router.removeLastRouteHistory();
}