Ghi chuỗi vào file (tạo mới hoặc ghi đè)
static void writeFile(String path, String content) { File(path).writeAsStringSync(content); }