socket property

Socket get socket

Returns the underlying socket connection

Implementation

Socket get socket {
  Socket socket = Socket.getInstance();
  return socket;
}