add method
void add(Adds chunked data to this sink.
This method is also used when converters are used as StreamTransformer
s.
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