notFound static method
Implementation
static FunctionalRouteDefinition notFound(RequestHandler handler,
[HTTPMethod method = HTTPMethod.ALL]) =>
Route.route(method, '/*', handler);
static FunctionalRouteDefinition notFound(RequestHandler handler,
[HTTPMethod method = HTTPMethod.ALL]) =>
Route.route(method, '/*', handler);