get<T> method

  1. @override
Future<Response> get<T>(
  1. String path,
  2. HttpOptions? options
)
override

Implementation

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