clearData method

void clearData()

Clear only the data

Implementation

void clearData() {
  if (_disposed) return;
  _data.value = null;
  _dataWasSet.value = false;
}