@override Future<void> writeAsync({ required String content, }) async { await _file.writeAsString(content); }