Returns the file paths from the system clipboard.
@override Future<List<String>> getClipboardFiles() async { return []; }