MockPlainTextRequest.fromClient constructor

MockPlainTextRequest.fromClient(
  1. Client wTransportClient,
  2. TransportPlatform? _realTransport
)

Implementation

MockPlainTextRequest.fromClient(Client wTransportClient, this._realTransport)
    : super.fromClient(wTransportClient, null);