browserSummaries

@JvmName(name = "listBrowsersResponseBrowserSummary")
fun Flow<ListBrowsersResponse>.browserSummaries(): Flow<BrowserSummary>

This paginator transforms the flow returned by listBrowsersPaginated to access the nested member BrowserSummary

Return

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