onUnknownRoute property

RouteFactory? onUnknownRoute

Called when onGenerateRoute fails except for the initialRoute.

Implementation

RouteFactory? get onUnknownRoute => appState?.onUnknownRoute;