insert Image
open suspend override fun insertImage(imageUuid: UUID, userId: Int, routeNumber: String, localUri: Uri)
Inserts an image with the specified imageUuid, userId, routeNumber, and localUri into the local database.
Parameters
image Uuid
The UUID of the image.
user Id
The ID of the user (loader) associated with the image.
route Number
The route number associated with the image.
local Uri
The local URI of the image.