streamInfoList

@JvmName(name = "listStreamsResponseStreamInfo")
fun Flow<ListStreamsResponse>.streamInfoList(): Flow<StreamInfo>

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

Return

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