copyImage abstract method

Future<void> copyImage(
  1. Uint8List imageBytes
)

Copy an image to the system clipboard to paste it on other apps.

Implementation

Future<void> copyImage(Uint8List imageBytes);