binaryStream property

Stream<List<int>> get binaryStream

The binary stream to listen to, that can be passed to stdin

Implementation

Stream<List<int>> get binaryStream => _controller.stream;