unknownRoute method
Set the unknown route.
Implementation
NyRouterRoute unknownRoute() {
_unknownRoute = true;
NyNavigator.instance.router.updateRoute(this);
return this;
}
Set the unknown route.
NyRouterRoute unknownRoute() {
_unknownRoute = true;
NyNavigator.instance.router.updateRoute(this);
return this;
}