writeString abstract method
void
writeString(})
Encode the UTF-8 String value
and write its bytes.
Implementation
void writeString(
String value, {
bool writeByteCount = true,
Converter<String, List<int>> encoder = utf8Encoder,
});