socketId property

String? get socketId

The connection's id, or null while it is down.

Hand this to HorusClient.socketIdProvider and the server will skip this client when a handler broadcasts with .toOthers(request).

Implementation

String? get socketId => _socketId;