getClipboardGif method

Future<Uint8List?> getClipboardGif()
inherited

Returns the copied GIF from the system clipboard.

Implementation

Future<Uint8List?> getClipboardGif() =>
    throw UnimplementedError('getClipboardGif() has not been implemented.');