copyImageToClipboard method
Copies an image to the system clipboard to be pasted on other apps.
Implementation
Future<void> copyImageToClipboard(Uint8List imageBytes) =>
throw UnimplementedError(
'copyImageToClipboard() has not been implemented.',
);