patch method
A PATCH request handler
for this route.
Implementation
Future<void> patch(HttpHandler handler) async =>
await _method(handler, [HttpMethod.patch]);
A PATCH request handler
for this route.
Future<void> patch(HttpHandler handler) async =>
await _method(handler, [HttpMethod.patch]);