load method

void load(
  1. int size
)

Loads a defined amount of items to the list

Implementation

void load(int size) => _validate((state) => state.fetchPage(size));