Enhance clipboard support by enabling the detection of clipboard changes when an image is copied to the clipboard. Currently, the existing clipboard supports text-based operations.
A method extending the current functionality would be helpful dealing with image data.
@override
void onImageCopied(){
debugPrint('Image has been copied');
}
Enhance clipboard support by enabling the detection of clipboard changes when an image is copied to the clipboard. Currently, the existing clipboard supports text-based operations.
A method extending the current functionality would be helpful dealing with image data.