sendRequest abstract method

Future<Response> sendRequest(
  1. Request request
)

Send a request and expect an http.Response to be returned asynchronously or an exception to be thrown

Implementation

Future<http.Response> sendRequest(http.Request request);