streams

@JvmName(name = "listStreamsResponseStreamSummary")
fun Flow<ListStreamsResponse>.streams(): Flow<StreamSummary>

This paginator transforms the flow returned by listStreamsPaginated to access the nested member StreamSummary

Return

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