static Future<File> getFile(String filename) async { final dir = (await getApplicationCacheDirectory()).path; return File('$dir/$filename'); }