removeSocket property
set
removeSocket
(SrtSocket socket)
Implementation
static set removeSocket(SrtSocket socket) {
_sokets.remove(socket);
}
static set removeSocket(SrtSocket socket) {
_sokets.remove(socket);
}