Abstract interface for a "sink" accepting multiple entire streams.
A consumer can accept a number of consecutive streams using addStream, and when no further data need to be added, the close method tells the consumer to complete its work and shut down.
The Stream.pipe accepts a StreamConsumer
and will pass the stream to the consumer's addStream method. When that completes, it will call close and then complete its own returned future.
stream
. [...]
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-async/StreamConsumer-class.html