themeSummaryList

@JvmName(name = "listThemesResponseThemeSummary")
fun Flow<ListThemesResponse>.themeSummaryList(): Flow<ThemeSummary>

This paginator transforms the flow returned by listThemesPaginated to access the nested member ThemeSummary

Return

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