how can I copy (clipboard) an image in Flutter? With texts I can but with image I only found these doubts in the Github of Flutter but without solution.
In Text i using with Clipboard.setData(new ClipboardData(text: widget.content));
and working.
But how copy an image?