clear method

void clear()

Implementation

void clear() {
  _dataList.clear();
  _hasMore = true;
  _error = null;
}