static Future<File> readFileFromAppDir(String fileName) async { return File(await getAppDirFilePath(fileName)); }