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