retrieve

abstract fun retrieve(): Flow<List<Image>>

Retrieves all available Image objects from the data source as a stream of lists using Kotlin's Flow API.

Return

a Flow of lists containing all Image objects.