MockPlainTextRequest.fromClient constructor
MockPlainTextRequest.fromClient(
- Client wTransportClient,
- TransportPlatform? _realTransport
Implementation
MockPlainTextRequest.fromClient(Client wTransportClient, this._realTransport)
: super.fromClient(wTransportClient, null);