infiniteFetcher property
The actual fetcher that takes a page param and a cancel token.
Implementation
final Future<T> Function(dynamic pageParam, ZenCancelToken cancelToken)
infiniteFetcher;
The actual fetcher that takes a page param and a cancel token.
final Future<T> Function(dynamic pageParam, ZenCancelToken cancelToken)
infiniteFetcher;