putString method

dynamic putString(
  1. String key,
  2. String value
)

Implementation

putString(String key, String value) {
  es[key] = value;
}