GeneralLib
@override void writeSync({ required String content, }) { _file.writeAsStringSync(content); }