socket.io-client-dart icon indicating copy to clipboard operation
socket.io-client-dart copied to clipboard

How to bind and unbind any event of socket ?

Open aashish7745 opened this issue 1 year ago • 2 comments

aashish7745 avatar Jun 15 '23 13:06 aashish7745

for example?

jumperchen avatar Jul 18 '23 10:07 jumperchen

Like this socket.off('totalLike'); socket.off('newComment');

If you want to remove all the events at once use this socket.clearListeners();

awaisabbasaa11 avatar Feb 22 '24 18:02 awaisabbasaa11