send abstract method

Future<Response> send(
  1. Request request
)

Sends the request and returns the Response

Implementation

Future<Response> send(Request request);