imagePackageList

@JvmName(name = "listImagePackagesResponseImagePackage")
fun Flow<ListImagePackagesResponse>.imagePackageList(): Flow<ImagePackage>

This paginator transforms the flow returned by listImagePackagesPaginated to access the nested member ImagePackage

Return

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