clearAll method

void clearAll()

Implementation

void clearAll() {
  _dataState
    ..forEach((key, value) => value.close())
    ..clear();
}