fetchData abstract method

Future<T> fetchData()

Fetches the data for this service.

Implementations should return the requested data or throw an error if the data cannot be retrieved. This method is called internally by load to perform the actual data retrieval.

Implementation

Future<T> fetchData();