request abstract method

Future<HttpResponse> request(
  1. String url, {
  2. String method,
  3. String data,
  4. Map<String, String> headers,
})

Implementation

Future<HttpResponse> request(String url,
    {String method, String data, Map<String, String> headers});