Dart API Reference
dart:io
IOSink
addStream
addStream
method
Adds all elements of the given stream to this.
Future
addStream
(
Stream
<
List
<
int
>>
stream
)
Adds all elements of the given stream to
this
.