getItem

abstract suspend fun getItem(key: String): String?

Retrieves a value by key.

Return

The stored value, or null if the key does not exist

Parameters

key

The storage key