setValue method

void setValue(
  1. String key,
  2. String val
)

Implementation

void setValue(String key, String val) {
  store[key] = val;
}