static void writeStringSync( File target, String contents, { Encoding encoding = utf8, }) { writeBytesSync(target, encoding.encode(contents)); }