handler method

FutureOr<Response> handler()

Must be implemented

Implementation

FutureOr<Response> handler() {
  throw UnimplementedError();
}