post abstract method

Future<Response> post(
  1. Uri url, {
  2. Map<String, String>? headers,
  3. Object? body,
})

Implementation

Future<http.Response> post(
  Uri url, {
  Map<String, String>? headers,
  Object? body,
});