@override Future<void> openFile(DownloadItem item) async { web.window.open(item.fileUrl, "_blank"); }