call abstract method
Implementation
Future<req.Response> call(
HttpMethod method, {
String path = '',
Map<String, String> headers = const {},
Map<String, dynamic> params = const {},
dio.ResponseType? responseType,
});
Future<req.Response> call(
HttpMethod method, {
String path = '',
Map<String, String> headers = const {},
Map<String, dynamic> params = const {},
dio.ResponseType? responseType,
});