topicSummaryList

@JvmName(name = "searchTopicsResponseTopicSummary")
fun Flow<SearchTopicsResponse>.topicSummaryList(): Flow<TopicSummary>

This paginator transforms the flow returned by searchTopicsPaginated to access the nested member TopicSummary

Return

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