activeConnectionIdCount property
int
get
activeConnectionIdCount
Number of currently active connection IDs.
Implementation
int get activeConnectionIdCount => _cidManager.activeIds.length;
Number of currently active connection IDs.
int get activeConnectionIdCount => _cidManager.activeIds.length;