toInitializedSubject
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Converts a MutableStateFlow to a StateFlowInitializedSubject
Parameters
The CoroutineScope on which to observe the MutableStateFlow
The CoroutineContext in which to observe the MutableStateFlow
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Converts a MutableSharedFlow to a SharedFlowInitializedSubject
Parameters
The initial value to observe until the MutableSharedFlow emits.
The CoroutineScope on which to observe the MutableSharedFlow
The CoroutineContext in which to observe the MutableSharedFlow
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Converts a ReadWriteProperty to a ReadWritePropertyInitializedSubject
Parameters
The CoroutineScope on which to emit changes to the ReadWriteProperty
The CoroutineContext in which to emit changes to the ReadWriteProperty