Async data fetch method.
Example:
@override Future<product?> fetch(String id) => api.getproduct(id);
Future<TFetchData?> fetch(String id);