set

open override fun set(key: String, value: String)

Save a value with the associated key.

Parameters

key

the key used to lookup the value at a later time.

value

the value to store.