Creates a new instance wrapping the given sink
.
Every string that is added to the returned instance is forwarded to
the sink
. The instance is allowed to buffer and is not required to
forward immediately.
Source
factory StringConversionSink.fromStringSink(StringSink sink) = _StringSinkConversionSink;