onConnection property
Stream<WebSocketContext>
get
onConnection
Fired on incoming connections.
Implementation
Stream<WebSocketContext> get onConnection => _onConnection.stream;
Fired on incoming connections.
Stream<WebSocketContext> get onConnection => _onConnection.stream;