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