remove

open suspend override fun remove(key: String)

Removes the value associated with the given key from DataStore. This operation is performed asynchronously.

Parameters

key

The key for which to remove the value.