post abstract method

Future<HttpResponse> post(
  1. String path, {
  2. Object? body,
  3. Map<String, String>? headers,
})

Implementation

Future<HttpResponse> post(
  String path, {
  Object? body,
  Map<String, String>? headers,
});