getClipboardFiles method

  1. @Category(['Clipboard'])
Future<List<String>> getClipboardFiles()

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();