invoke

operator fun invoke(uuid: UUID, routeNumber: String, localUri: Uri): Flow<Resource<UUID>>

Invokes the use case to add an image to the local database.

Return

A Flow emitting Resource states indicating the operation result.

Parameters

uuid

The UUID of the image.

routeNumber

The route number associated with the image.

localUri

The local URI of the image.