removeAllChannelHandlers static method

void removeAllChannelHandlers()

Removes all channel handlers added by addChannelHandler.

Implementation

static void removeAllChannelHandlers() {
  sbLog.i(StackTrace.current);
  _instance._chat.removeAllChannelHandlers();
}