exist
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.
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.