hardClear method
void
hardClear()
Removes all key-value pairs from the map and notifies listeners.
Implementation
void hardClear() {
value.clear();
notify();
}
Removes all key-value pairs from the map and notifies listeners.
void hardClear() {
value.clear();
notify();
}