onNotFound property
Optional handler for when a route is not found
Implementation
FutureOr Function(HttpRequest req, HttpResponse res)? onNotFound;
Optional handler for when a route is not found
FutureOr Function(HttpRequest req, HttpResponse res)? onNotFound;