addStream abstract method

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

Implementation

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