streams

@JvmName(name = "listStreamsResponseStream")
fun Flow<ListStreamsResponse>.streams(): Flow<Stream>

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

Return

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