mergeStateFlows

fun <T> mergeStateFlows(scope: CoroutineScope, started: SharingStarted, initialValue: T, vararg flows: Flow<T>): StateFlow<T>