LoadMore
constructor(key: InfiniteQueryKey<T, S>, param: S, marker: Marker = Marker.None, callback: QueryCallback<QueryChunks<T, S>>? = null)
Parameters
key
Instance of a class implementing InfiniteQueryKey.
param
The parameter required for fetching data for InfiniteQueryKey.
marker
The marker with additional information based on the caller of a query.
callback
The callback to receive the result of the query.