void forceWriteFile(String path, String content, {String? projectPath}) { safeWriteFile(path, content, overwrite: true, projectPath: projectPath); }