request<T, R> abstract method

Future<R> request<T, R>({
  1. required Uri path,
  2. Map<String, dynamic>? body,
  3. HttpMethod method = HttpMethod.get,
})

Implementation

Future<R> request<T, R>({
  required Uri path,
  Map<String, dynamic>? body,
  HttpMethod method = HttpMethod.get,
});