Singularity Key-Value Storage (multiplatformx-keyvalue)
/
org.brightify.hyperdrive.multiplatformx.keyvalue
/
KeyValueStorage
/
contains
contains
abstract fun <
T
:
Any
>
contains
(key:
KeyValueStorage.Key
<
T
>):
Boolean
Content copied to clipboard
Checks whether the storage contains a value with the given
key
.