menu
flutter_stream_paging package
documentation
data_source/data_source.dart
DataSource<PageKeyType, ItemType>
loadPageAfter abstract method
loadPageAfter abstract method
dark_mode
light_mode
loadPageAfter
abstract method
Future
<
Tuple2
<
List
<
ItemType
>
,
PageKeyType
>
>
loadPageAfter
(
PageKeyType
params
,
int
pageSize
)
Implementation
Future<Tuple2<List<ItemType>, PageKeyType>> loadPageAfter( PageKeyType params, int pageSize);
flutter_stream_paging package
documentation
data_source/data_source
DataSource<PageKeyType, ItemType>
loadPageAfter abstract method
DataSource class