I use a library and it returns Image data type. So how can I save this image to the gallery?
The data returned from the library does not go through a URL at all, I have searched through many ways but it seems to be all: image from URL, image from access, gallery. that's not what I need
could you give me a solution? thanks
code:
Image image = await HmsScanUtils.buildBitmap(request);