FlowInitializedObservable
constructor(initialValue: T, coroutineScope: CoroutineScope, context: CoroutineContext = coroutineScope.coroutineContext, flow: Flow<T>, observation: ObservationInitialized<T> = ObservationInitialized(initialValue))
Parameters
T
the type of value to expect.
initialValue
The initial value of T
coroutineScope
The CoroutineScope on which to observe the Flow
context
The CoroutineContext in which to observe the Flow
flow
The Flow to observe
observation
The ObservationInitialized to observe the Flow