connections property

Stream<UDPSocket> get connections

A stream of incoming UDX sockets.

Implementation

Stream<UDPSocket> get connections => _connectionsController.stream;