Adds all elements of the given stream to this.
stream
this
Returns a Future that completes when all elements of the given stream are added to this.
Future addStream(Stream<List<int>> stream);