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

Adds all elements of the given stream to this.

Source

/**
 * Adds all elements of the given [stream] to `this`.
 */
Future addStream(Stream<List<int>> stream);