clear

abstract suspend fun clear(key: K, removeFromStorage: Boolean = true)

Cancels current request and clears data for a given key.

Parameters

removeFromStorage

specifies if data will be removed from KeyedStorage.