static Future<String> getAppDirFilePath(String fileName) async { return getAppDirFilePathSync(await dirPath, fileName); }