authRoute method
Set the auth route.
Implementation
NyRouterRoute authRoute() {
_authPage = true;
NyNavigator.instance.router.updateRoute(this);
return this;
}
Set the auth route.
NyRouterRoute authRoute() {
_authPage = true;
NyNavigator.instance.router.updateRoute(this);
return this;
}