I have image from rest API
Image.memory(result.bodyBytes).image;
I display this image in app. Wish the user could share this image but i don't know how to do it.
It is only supposed to work on android.
I have image from rest API
Image.memory(result.bodyBytes).image;
I display this image in app. Wish the user could share this image but i don't know how to do it.
It is only supposed to work on android.