profileSummaries

@JvmName(name = "listBrowserProfilesResponseBrowserProfileSummary")
fun Flow<ListBrowserProfilesResponse>.profileSummaries(): Flow<BrowserProfileSummary>

This paginator transforms the flow returned by listBrowserProfilesPaginated to access the nested member BrowserProfileSummary

Return

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