Called when trying to fetch data for initial or on refreshing. Must return a list of data as the result, or throw an error when it's failed to fetch.
error
@protected Future<List<T>> onFetch();