get method
Sends a protected GET request to the specified path with optional query.
Implementation
@override
@protected
Future<Response> get(String path, [Map<String, dynamic>? query]) async {
return Response();
}
Sends a protected GET request to the specified path with optional query.
@override
@protected
Future<Response> get(String path, [Map<String, dynamic>? query]) async {
return Response();
}