registries

@JvmName(name = "listRegistriesResponseRegistryListItem")
fun Flow<ListRegistriesResponse>.registries(): Flow<RegistryListItem>

This paginator transforms the flow returned by listRegistriesPaginated to access the nested member RegistryListItem

Return

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