menu
riverpod_infinite_scroll_page package
documentation
core/paging_controller.dart
PagingDataControllerInterface<PageKeyType, T extends PagingItem>
appendPage abstract method
appendPage abstract method
dark_mode
light_mode
appendPage
abstract method
void
appendPage
(
List
<
T
>
newItems
,
PageKeyType?
nextPageKey
)
Implementation
void appendPage(List<T> newItems, PageKeyType? nextPageKey);
riverpod_infinite_scroll_page package
documentation
core/paging_controller
PagingDataControllerInterface<PageKeyType, T extends PagingItem>
appendPage abstract method
PagingDataControllerInterface class