InfiniteQueryController<TData, TParams, TError> constructor
InfiniteQueryController<TData, TParams, TError> (
- InfiniteQueryState<
TData, TParams, TError> state, - Future<
void> _fetch({- TParams? newParameters,
- Future<
void> _fetchNextPage(), - Future<
void> _refetchFromStart({- TParams? newParameters,
- void _updateParameters(
- TParams newFilters
- bool _canLoadMore,
Implementation
InfiniteQueryController(
this.state,
this._fetch,
this._fetchNextPage,
this._refetchFromStart,
this._updateParameters,
this._canLoadMore,
);