invoke

suspend operator fun invoke(urlString: String): ByteArray?

invoke requests a HttpResponse from a url using the ImageClient.

Example:

val image = ImageClient(urlString) // instantiate and request response from URL