notFound method

Response notFound()

Implementation

Response notFound() {
  _status.notFound();
  return this;
}