StateFlowBindingPropertyIdOnScope

fun <T> StateFlowBindingPropertyIdOnScope(coroutineScope: CoroutineScope, stateFlow: StateFlow<T>)

Parameters

coroutineScope

A CoroutineScope where the collecting should be lunched.

stateFlow

A state flow for providing data.