remove

abstract suspend fun remove(key: String)

Removes the value for the given key.

If the key does not exist, this operation is a no-op.

Parameters

key

The storage key to remove (must not be empty)

Throws