onOnUnknownRoute method
Returns the 'Unknown Route' if any.
Implementation
RouteFactory? onOnUnknownRoute() =>
inOnUnknownRoute != null ? inOnUnknownRoute!() : null;
Returns the 'Unknown Route' if any.
RouteFactory? onOnUnknownRoute() =>
inOnUnknownRoute != null ? inOnUnknownRoute!() : null;