set

abstract fun set(key: String, content: Any)

Sets the value associated with the given key in the storage.

Parameters

key

The key for which to set the value.

content

The value to be set for the key.