getClipboardGif static method

Future<Uint8List?> getClipboardGif()

Return the copied gif from the Clipboard.

Currently only supports Android, iOS.

Implementation

static Future<Uint8List?> getClipboardGif() => _platform.getClipboardGif();