add method

void add(String str)

Adds chunked data to this sink.

This method is also used when converters are used as StreamTransformers.

Source

void add(String str) {
  addSlice(str, 0, str.length, false);
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-convert/StringConversionSinkMixin/add.html