close method

void close()

Implementation

void close() {
  _data.clear();
  notifyListeners();
}