getImageByImageUuid

abstract fun getImageByImageUuid(imageUuid: UUID): ImageRoomEntity

Retrieves an image from the local database by image UUID.

Return

The image with the specified image UUID.

Parameters

imageUuid

The UUID of the image to retrieve.