send abstract method

Future<Response> send(
  1. Request request
)

Sends request and parses the response.

Implementation

Future<Response> send(Request request);