menu
setonix_server
setonix_server.dart
NetworkerServerMixin
<
T extends ConnectionInfo
,
O
>
clientConnections property
clientConnections
dark_mode
light_mode
clientConnections
property
Set
<
Channel
>
get
clientConnections
Implementation
Set<Channel> get clientConnections => _connections.keys.toSet();
setonix_server
setonix_server
NetworkerServerMixin
<
T extends ConnectionInfo
,
O
>
clientConnections property
NetworkerServerMixin mixin