writeUtf8 method

void writeUtf8(
  1. String value
)

Implementation

void writeUtf8(String value) {
  writeString(utf8Encode(value));
}