get

open override fun get(key: String): String?

Look up the key that was previously saved.

Return

the associated value if the key exists, null otherwise.

Parameters

key

the key used to store a value previously.