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