static Future<String> read(String fileName) async { final file = await get(fileName); return readFile(file); }