Future addStream(
Stream<List<int>> stream
)

Adds all elements of the given stream to this.

Source

Future addStream(Stream<List<int>> stream) => _sink.addStream(stream);