image property

Future<Uint8List?> image

Returns the image data of the pasteboard.

available on iOS, desktop and the web.

Implementation

static Future<Uint8List?> get image => pasteboard.image;