setItem abstract method

void setItem(
  1. String key,
  2. String value
)

Sets value for the given key.

Implementation

void setItem(String key, String value);