execute

abstract suspend fun execute(request: ImageRequest): ImageResult

Execute the request in the current coroutine scope.

Return

A SuccessResult if the request completes successfully. Else, returns an ErrorResult.

Parameters

request

The request to execute.