notFound method

void notFound()

Sets status to 404 Not Found.

Implementation

void notFound() => setStatus(404);