send abstract method
Sends an HTTP request and asynchronously returns the response.
Implementation
Future<StreamedResponse> send(BaseRequest request);
Sends an HTTP request and asynchronously returns the response.
Future<StreamedResponse> send(BaseRequest request);