insertImage

abstract suspend fun insertImage(imageUuid: UUID, userId: Int, routeNumber: String, localUri: Uri)

Inserts an image locally into the database.

Parameters

imageUuid

The UUID of the image.

userId

The ID of the user associated with the image.

routeNumber

The route number associated with the image.

localUri

The local URI of the image.