transmitRequest abstract method

Future<void> transmitRequest(
  1. TRequest request
)

Send the next available request through the remote interface such as an HTTP client.

Implementation

Future<void> transmitRequest(TRequest request);