post abstract method

Future<HttpResponse> post(
  1. String url,
  2. Map<String, Object?> data
)

Implementation

Future<HttpResponse> post(String url, Map<String, Object?> data);