relaysWebSocketsRegistry property

Map<String, WebSocketChannel> relaysWebSocketsRegistry
final

This is the registry which will have all relays WebSockets.

Implementation

final relaysWebSocketsRegistry = <String, WebSocketChannel>{};