loadInitial abstract method
Future<Tuple2<List<ItemType> , PageKeyType> >
loadInitial(
- int pageSize, {
- PageKeyType? refreshKey,
Implementation
Future<Tuple2<List<ItemType>, PageKeyType>> loadInitial(int pageSize,
{PageKeyType? refreshKey});