request abstract method

Future request(
  1. Uri uri,
  2. Map<String, String> headers,
  3. String body
)

The function that does the actual HTTP request.

Implementation

Future<dynamic> request(Uri uri, Map<String, String> headers, String body);