notFound function

Response notFound([
  1. OutboundErrorDocument? document
])

Implementation

Response notFound([OutboundErrorDocument? document]) =>
    response(StatusCode.notFound, document: document);