authRoute method

NyRouterRoute authRoute()

Set the auth route.

Implementation

NyRouterRoute authRoute() {
  _authPage = true;
  NyNavigator.instance.router.updateRoute(this);
  return this;
}