socket property

void socket=(XmppWebSocket? value)

Implementation

set socket(xmppSocket.XmppWebSocket? value) {
  _socket = value;
}