Returns the copied GIF image from the system clipboard.
Supports Android and iOS only.
@Category(['Clipboard']) Future<Uint8List?> getClipboardGif() => _platform.getClipboardGif();