remove

abstract fun remove(key: String): DataStore.Editor

Removes and individual key from storage

Return

Editor to continue editing this storage

Parameters

key

the key to remove from storage


abstract fun remove(keys: List<String>): DataStore.Editor

Removes multiple keys from storage

Return

Editor to continue editing this storage

Parameters

keys

The list of keys to remove from storage