PasteFilesCallback typedef

PasteFilesCallback = void Function(List<ShadClipboardItem> files)

Callback for receiving pasted file items.

Implementation

typedef PasteFilesCallback = void Function(List<ShadClipboardItem> files);