Future<void> downloadAndOpen(String url, String filename) async { await platform.downloadAndOpenFile(url, filename); }