images

@JvmName(name = "getImagesResponseImage")
fun Flow<GetImagesResponse>.images(): Flow<Image>

This paginator transforms the flow returned by getImagesPaginated to access the nested member Image

Return

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