retryFlow

fun <T> retryFlow(flow: suspend () -> Flow<T>): RetryFlow<T>

Creates a new RetryFlow from flow builder