activeWebSockets property
int
get
activeWebSockets
Returns the number of active WebSocket connections.
Implementation
int get activeWebSockets => _activeWSCounter;
Returns the number of active WebSocket connections.
int get activeWebSockets => _activeWSCounter;