unknownRoute method

NyRouterRoute unknownRoute()

Set the unknown route.

Implementation

NyRouterRoute unknownRoute() {
  _unknownRoute = true;
  NyNavigator.instance.router.updateRoute(this);
  return this;
}