FileAppendStringExtension extension
- on
Methods
-
appendString(
String string, {Encoding encoding = utf8}) → Future< void> -
Available on File, provided by the FileAppendStringExtension extension
Appends astring
to the content of this file using UTF-8 or the specifiedencoding
.