notFound method

Future<void> notFound()

Implementation

Future<void> notFound() async {
  await status(HttpStatus.notFound);
}