flows

@JvmName(name = "listFlowsResponseListedFlow")
fun Flow<ListFlowsResponse>.flows(): Flow<ListedFlow>

This paginator transforms the flow returned by listFlowsPaginated to access the nested member ListedFlow

Return

A kotlinx.coroutines.flow.Flow that can collect ListedFlow