disposeAllKeys method

void disposeAllKeys()

Remove all keys from HashMap

Implementation

void disposeAllKeys() {
  _mStorage?.removeAll();
}