LoadFunction<PageKeyType, ItemType> typedef

LoadFunction<PageKeyType, ItemType> = Future<List<ItemType>?> Function(PageKeyType page, int limit)

Implementation

typedef LoadFunction<PageKeyType, ItemType> = Future<List<ItemType>?> Function(
    PageKeyType page, int limit);