withTimeout

fun <T> Flow<T>.withTimeout(timeout: Long, throwOnTimeout: Boolean = false): Flow<T>

Stops the flow when the time elapsed since collect start >= timeout Throws a FlowTimeoutCancellationException if throwOnTimeout == true