static Future<String> get() async { final File file = await getLogsFile(); return file.readAsStringSync(); }