createOrUpdate
open suspend override fun <T> createOrUpdate(property: ERROR CLASS: Symbol not found for Property<T>)(source)
Stores a property, creating it if new or updating it if it exists.
Use this when you want to ensure a property exists with specific values, regardless of whether it was previously stored. Unlike plusAssign, this won't fail if the property already exists.
Parameters
property
The property to store.