methodNotAllowed method

Future<void> methodNotAllowed()

Implementation

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