load method
Loads a defined amount of items to the list
Implementation
void load(int size) => _validate((state) => state.fetchPage(size));
Loads a defined amount of items to the list
void load(int size) => _validate((state) => state.fetchPage(size));