request method
Implementation
Future<Response> request(
String url,
String method,
Map<String, dynamic> data,
Map<String, String> headers,
Map<String, dynamic> options,
) {
throw UnimplementedError('$method() has not been implemented.');
}