silentClear method
void
silentClear()
Removes all key-value pairs from the map without notifying listeners.
Implementation
void silentClear() {
value.clear();
}
Removes all key-value pairs from the map without notifying listeners.
void silentClear() {
value.clear();
}