stream property Null safety
override
Broadcast stream of messages coming from the hub hardware.
Implementation
Stream<Message> get stream {
return _controller.stream;
}
Broadcast stream of messages coming from the hub hardware.
Stream<Message> get stream {
return _controller.stream;
}