stream property Null safety

Stream<Message> stream
override

Broadcast stream of messages coming from the hub hardware.

Implementation

Stream<Message> get stream {
  return _controller.stream;
}