socket.io-client-dart
socket.io-client-dart copied to clipboard
How to bind and unbind any event of socket ?
for example?
Like this socket.off('totalLike'); socket.off('newComment');
If you want to remove all the events at once use this
socket.clearListeners();