getClipboardFiles method
Returns the file paths from the system clipboard.
Supports macOS and Linux. Windows and the web are currently unsupported.
Implementation
@Category(['Clipboard'])
Future<List<String>> getClipboardFiles() => _platform.getClipboardFiles();