Future<File> appendString(String content) async { await writeAsString(content, mode: FileMode.append); return this; }