packageSummaries

@JvmName(name = "listPackagesResponsePackageSummary")
fun Flow<ListPackagesResponse>.packageSummaries(): Flow<PackageSummary>

This paginator transforms the flow returned by listPackagesPaginated to access the nested member PackageSummary

Return

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