addons

This paginator transforms the flow returned by describeAddonVersionsPaginated to access the nested member AddonInfo

Return

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


fun Flow<ListAddonsResponse>.addons(): Flow<String>

This paginator transforms the flow returned by listAddonsPaginated to access the nested member String

Return

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