RequestCallback typedef

RequestCallback = Future<void> Function(InternalRequest request, InternalResponse response)

The RequestCallback type is used to define the request callback.

Implementation

typedef RequestCallback = Future<void> Function(
    InternalRequest request, InternalResponse response);