//reactivestate-core/com.ensody.reactivestate/getData
getData¶
[common]\ fun <T> StateFlowStore.getData(default: T): ReadOnlyProperty<Any?, MutableValueFlow<T>>
For use with by
delegation. Returns the StateFlowStore entry for the key that equals the property name.