static void writeFile({required String path, required String content}) { File(path).writeAsStringSync(content); }