Adds all the bytes to this stream.
bytes
@override void addInputBytes(List<int> bytes) { _controller.add(Uint8List.fromList(bytes)); }