dropData method

void dropData()

drop data if needed

Implementation

void dropData() {
  _data = null;
  notifyListeners();
}