clear method

void clear()

Implementation

void clear() {
  _items = null;
  _pageIndex.value = 0;
}