fetchData abstract method

Future<T> fetchData()

Overridable method that handles data fetching and mapping.

Implementation

Future<T> fetchData();