openFile method

void openFile(
  1. DownloadItem item
)

Implementation

void openFile(DownloadItem item) {
  service.openFile(item);
}