underwave / com.aallam.underwave / Underwave / insert
insert
(android) suspend fun insert(imageUrl:
String
, imageView: ImageView):
Request
A suspendable method to load an image to an ImageView using the caller’s coroutine scope.
Parameters
imageUrl
- image url to be loaded.
imageView
- image view to load the image into.
Return object representing the requested operation.