messages property
- @override
inherited
A stream of WrappedMessages as they arrive in the UDP socket.
Implementation
@override
Stream<WrappedMessage> get messages => _controller.stream;
A stream of WrappedMessages as they arrive in the UDP socket.
@override
Stream<WrappedMessage> get messages => _controller.stream;