post abstract method

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

Implementation

Future<FritzApiResponse> post(Uri url, {Map<String, String>? headers, required Map<String, String> body});