shareInCompleting
fun <T> Flow<T>.shareInCompleting(scope: CoroutineScope, started: SharingStarted, replay: Int = 0): CompletingSharedFlow<T>(source)
Similar to shareIn, but completions and errors are also propagated to the downstream subscribers.