onUnknownRoute property

RouteFactory? onUnknownRoute
final

Called when onGenerateRoute fails to generate a route.

This callback is typically used for error handling. For example, this callback might always generate a "not found" page that describes the route that wasn't found.

Unknown routes can arise either from errors in the app or from external requests to push routes, such as from Android intents.

Implementation

final RouteFactory? onUnknownRoute;