addSocket property

set addSocket (SrtSocket socket)

Implementation

static set addSocket(SrtSocket socket) {
  _sokets.add(socket);
}