menu
sky_connection package
documentation
websocket/websocket_server.dart
WSServer
getClientInfo method
getClientInfo method
dark_mode
light_mode
getClientInfo
method
ClientInfo
?
getClientInfo
(
WebSocket
webSocket
)
Implementation
ClientInfo? getClientInfo(WebSocket webSocket) => _clients[webSocket];
sky_connection package
documentation
websocket/websocket_server
WSServer
getClientInfo method
WSServer class