socketId method

String? socketId()

Get the Socket ID for the connection.

Implementation

String? socketId() {
  return this.connector.socketId();
}