removeData method

void removeData()

Implementation

void removeData() {
  _data = [];
}