MockClient constructor

MockClient(
  1. MockClientHandler _handler
)

Creates a MockClient with a handler that receives Requests and sends Responses.

Implementation

MockClient(this._handler);