removeAllChannelHandlers static method
Removes all channel handlers added by addChannelHandler.
Implementation
static void removeAllChannelHandlers() {
sbLog.i(StackTrace.current);
_instance._chat.removeAllChannelHandlers();
}
Removes all channel handlers added by addChannelHandler.
static void removeAllChannelHandlers() {
sbLog.i(StackTrace.current);
_instance._chat.removeAllChannelHandlers();
}