getClipboardImage method

  1. @override
Future<Uint8List?> getClipboardImage()
override

Returns the copied image from the system clipboard.

Implementation

@override
Future<Uint8List?> getClipboardImage() async {
  return null;
}