post abstract method

Future<HttpResponse> post(
  1. String url, {
  2. HttpClientOptions? options,
  3. Object? body,
})

Performs a POST request

Implementation

Future<HttpResponse> post(
  String url, {
  HttpClientOptions? options,
  Object? body,
});