onUnknownRoute property
Called when onGenerateRoute fails to generate a route.
Typically used to show a "404" or "not found" screen.
Implementation
final RouteFactory? onUnknownRoute;
Called when onGenerateRoute fails to generate a route.
Typically used to show a "404" or "not found" screen.
final RouteFactory? onUnknownRoute;