mergeViewFlows
fun mergeViewFlows(scope: CoroutineScope, paymentMethodViewFlow: Flow<ComponentViewType?>, genericActionViewFlow: Flow<ComponentViewType?>, initialValue: ComponentViewType? = null, started: SharingStarted = SharingStarted.Lazily): StateFlow<ComponentViewType?>