getClipboardGif method

  1. @Category(['Clipboard'])
Future<Uint8List?> getClipboardGif()

Returns the copied GIF image from the system clipboard.

Supports Android and iOS only.

Implementation

@Category(['Clipboard'])
Future<Uint8List?> getClipboardGif() => _platform.getClipboardGif();