downloadRemoteImage

suspend fun downloadRemoteImage(itemId: UUID, type: ImageType, imageUrl: String? = null): Response<Unit>

Downloads a remote image for an item.

Parameters

itemId

Item Id.

type

The image type.

imageUrl

The image url.