topics

@JvmName(name = "listTopicsResponseTopic")
fun Flow<ListTopicsResponse>.topics(): Flow<Topic>

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

Return

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