insertAll

abstract suspend fun insertAll(images: List<ImageRoomEntity>)

Inserts a list of images into the local database. If a conflict occurs, the existing images are replaced.

Parameters

images

The list of images to be inserted.