Метод addStream абстрактный
Future addStream(Добавляет все элементы заданного stream в this.
Возвращает Future, который завершается, когда все элементы заданного stream будут добавлены в this.
Исходный код
Future addStream(Stream<List<int>> stream);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/IOSink/addStream.html