MyUtilityExtensionFileAppendStringSync extension
- on
Methods
-
appendStringSync(
String string, {Encoding encoding = utf8, bool flush = true}) → void -
Available on File, provided by the MyUtilityExtensionFileAppendStringSync extension
Synchronously appends astring
to the end of this file using the specifiedencoding
.