FetchData<T> typedef

FetchData<T> = Future<Result<List<T>>> Function(PagingHelper? helper)

Implementation

typedef FetchData<T> = Future<Result<List<T>>> Function(PagingHelper? helper);