clearValues method

void clearValues()

clear map file system entity

Implementation

void clearValues() {
  map.updateAll((key, value) => false);
}