Package-level declarations

Functions

Link copied to clipboard
fun ImageRequest.enqueue(sketch: Sketch = KoinPlatform.getKoin().get<Sketch>()): Disposable

Execute current ImageRequest asynchronously.

Link copied to clipboard
suspend fun ImageRequest.execute(sketch: Sketch = KoinPlatform.getKoin().get<Sketch>()): ImageResult

Execute current ImageRequest synchronously in the current coroutine scope.