exist

abstract fun exist(key: KeyValueStorageKeys): Boolean

Checks if the specified key exists in the secure key-value storage.

Return

true if the key exists, false otherwise.

Parameters

key

The key to check for existence in the storage.