rememberDecodedImageBitmap
internal fun rememberDecodedImageBitmap(key: Any?, base64: String?): State<DecodedImageBitmap>(source)
Decodes Base64 image content away from the UI thread.
Return
Result produced by rememberDecodedImageBitmap.
Author
Dmitriy Moroz
Parameters
key
stable image key value consumed by the API.
base64
Base64 image value consumed by the API.