stateFlow

actual abstract val stateFlow: StateFlow<T>

StateFlow that expresses the content from the observable.

This can be initialized lazily.

Accessing this from property outside the main thread might cause a race condition, since observing the initial value needed for the stateflow has to happen on the main thread.

expect abstract val stateFlow: StateFlow<T>

StateFlow that expresses the content from the observable.

This can be initialized lazily.

Accessing this from property outside the main thread might cause a race condition, since observing the initial value needed for the stateflow has to happen on the main thread.

actual abstract val stateFlow: StateFlow<T>

StateFlow that expresses the content from the observable.

This can be initialized lazily.

Accessing this from property outside the main thread might cause a race condition, since observing the initial value needed for the stateflow has to happen on the main thread.

actual abstract val stateFlow: StateFlow<T>

StateFlow that expresses the content from the observable.

This can be initialized lazily.

Accessing this from property outside the main thread might cause a race condition, since observing the initial value needed for the stateflow has to happen on the main thread.

actual abstract val stateFlow: StateFlow<T>

StateFlow that expresses the content from the observable.

This can be initialized lazily.

Accessing this from property outside the main thread might cause a race condition, since observing the initial value needed for the stateflow has to happen on the main thread.