A handler function that receives Requests and sends Responses. Note that
request
will be finalized.
Source
typedef Future<Response> MockClientHandler(BaseRequest request);
A handler function that receives Requests and sends Responses. Note that
request
will be finalized.
typedef Future<Response> MockClientHandler(BaseRequest request);