flowSummaries

@JvmName(name = "listFlowsResponseFlowSummary")
fun Flow<ListFlowsResponse>.flowSummaries(): Flow<FlowSummary>

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

Return

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