fetch<T> abstract method

Future<Response<T>> fetch<T>(
  1. RequestOptions requestOptions
)

The eventual method to submit requests. All callers for requests should eventually go through this method.

Implementation

Future<Response<T>> fetch<T>(RequestOptions requestOptions);