execute abstract method
Executes an HTTP request and returns the raw response
Implementation
Future<HttpResponse> execute({
required String url,
required HttpMethod method,
Uint8List? body,
Map<String, String>? headers,
});
Executes an HTTP request and returns the raw response
Future<HttpResponse> execute({
required String url,
required HttpMethod method,
Uint8List? body,
Map<String, String>? headers,
});