send abstract method

Future<StreamedResponse> send(
  1. BaseRequest request
)
inherited

Sends an HTTP request and asynchronously returns the response.

Implementation

Future<StreamedResponse> send(BaseRequest request);