Returns the cached bundle ZIP file path.
Future<File> bundleFile(String bundleName) async { final dir = await getCacheDir(); return File('${dir.path}/$bundleName'); }