exist

actual open override fun exist(key: KeyValueStorageKeys): Boolean

Checks if a specific key exists in the key-value storage.

Return

true if the key exists in the storage, false otherwise.

Parameters

key

The key to check for existence in the storage. Must be of type KeyValueStorageKeys.

expect open override fun exist(key: KeyValueStorageKeys): Boolean

Checks if the specified key exists in the secure local storage.

Return

true if the key exists in the storage, false otherwise.

Parameters

key

The key to check for existence in the storage.