topics

@JvmName(name = "listTopicsResponseTopicInfo")
fun Flow<ListTopicsResponse>.topics(): Flow<TopicInfo>

This paginator transforms the flow returned by listTopicsPaginated to access the nested member TopicInfo

Return

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