get<T> method
Implementation
@override
Future<Response> get<T>(String path, HttpOptions? options) {
return client.get<T>(path, options);
}
@override
Future<Response> get<T>(String path, HttpOptions? options) {
return client.get<T>(path, options);
}