countClients property
int
get
countClients
Gets the count of connected clients.
Implementation
int get countClients => session.countClients;
Gets the count of connected clients.
int get countClients => session.countClients;