transmitRequest abstract method
Send the next available request through the remote interface such as an HTTP client.
Implementation
Future<void> transmitRequest(TRequest request);
Send the next available request through the remote interface such as an HTTP client.
Future<void> transmitRequest(TRequest request);