getCall<T> abstract method

Future<T> getCall<T>(
  1. Iterable<String> pathSegments, {
  2. Map<String, dynamic> queryParameters = const {},
})

Generic method for authenticated GET calls.

Implementation

Future<T> getCall<T>(
  Iterable<String> pathSegments, {
  Map<String, dynamic> queryParameters = const {},
});