clear method

void clear()

Implementation

void clear() {
  _dataList.clear();
  _pageNum = 1;
  _hasMore = true;
}