postAsync abstract method

Future<Response> postAsync(
  1. String url,
  2. String content,
  3. ContentType contentType, [
  4. Map<String, String>? headers,
])

POST

Implementation

Future<Response> postAsync(
    String url, String content, ContentType contentType,
    [Map<String, String>? headers]);