Package org.brightify.hyperdrive.multiplatformx.keyvalue
Types
KeyValueStorage
Link copied to clipboard
Functions
property
Link copied to clipboard
fun <OWNER, T : Any> KeyValueStorage.property(key: KeyValueStorage.Key<T>): ReadWriteProperty<OWNER, T?>
Content copied to clipboard
A property delegate for the given key.
fun <OWNER, T : Any> KeyValueStorage.property(key: KeyValueStorage.Key<T>, defaultValue: T): ReadWriteProperty<OWNER, T>
Content copied to clipboard
A property delegate for the given key.