load abstract method

Future<List<ItemType>?> load(
  1. PageKeyType page,
  2. int limit
)

Implementation

Future<List<ItemType>?> load(PageKeyType page, int limit);