init method

void init()

Implementation

void init() {
  if (items.isEmpty) {
    fetchNextBatch(addToPage: 0);
  }
}