clear

abstract suspend fun clear(key: StateKey<*>)

Clears the state stored under key.

Parameters

key

identifying the state to clear.