installedComponents

@JvmName(name = "listInstalledComponentsResponseInstalledComponent")
fun Flow<ListInstalledComponentsResponse>.installedComponents(): Flow<InstalledComponent>

This paginator transforms the flow returned by listInstalledComponentsPaginated to access the nested member InstalledComponent

Return

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