hardClear method

void hardClear()

Removes all key-value pairs from the map and notifies listeners.

Implementation

void hardClear() {
  value.clear();
  notify();
}