clearValue method

void clearValue(
  1. String key
)

Implementation

void clearValue(String key) {
  _data.remove(key);
}