getData

fun <T> StateFlowStore.getData(default: T): ReadOnlyProperty<Any?, MutableStateFlow<T>>

For use with by delegation. Returns the StateFlowStore entry for the key that equals the property name.