sendAsync abstract method

Future<Response> sendAsync(
  1. Request request
)

Send a request.

Implementation

Future<Response> sendAsync(Request request);