removeItem

abstract suspend fun removeItem(key: String)

Removes a value by key. No-op if the key does not exist.

Parameters

key

The storage key to remove