fetch<T> method
The eventual method to submit requests. All callers for requests should eventually go through this method.
Implementation
@override
Future<ExtendedResponse<T>> fetch<T>(RequestOptions requestOptions) =>
_handle(super.fetch(requestOptions));