get

abstract fun get(key: String): String?

Retrieves the value associated with the given key from the storage.

Return

The value associated with the key, or null if the key is not found in the storage.

Parameters

key

The key for which to retrieve the value.