copyImage method
Copies the image located at imagePath to the clipboard.
For web platform, imagePath should be a URL.
For other platforms, imagePath should be a local file path.
Implementation
Future<void> copyImage(String imagePath) async {
throw UnimplementedError('platformVersion() has not been implemented.');
}