sessionId property

String? get sessionId

The session ID

sessionId is obtained from the server on handshake completion.

If the client is not connected, sessionId is null.

Implementation

String? get sessionId;