setString method

dynamic setString (String key, String value)

Implementation

setString(String key, String value) {
  setValue(key, value);
}