getStream method

Uint8List getStream()

Gets the current stream

Implementation

Uint8List getStream() {
  return Uint8List.fromList(_stream);
}