use_paging_controller library
Functions
-
usePagingController<
PageKeyType, ItemType> ({required PageKeyType firstPageKey, int? invisibleItemsThreshold, List< Object?> ? keys, FutureOr<void> onPageRequest(PageKeyType pageKey, PagingController<PageKeyType, ItemType> pagingController)?}) → PagingController<PageKeyType, ItemType>