flowIn

fun <T> Flow<T>.flowIn(scope: CoroutineScope): Flow<T>

Runs a flow in a given coroutine scope. If the scope is cancelled, the flow will complete.