silentClear method

void silentClear()

Removes all key-value pairs from the map without notifying listeners.

Implementation

void silentClear() {
  value.clear();
}