removeAllConnectionHandlers static method
void
removeAllConnectionHandlers()
Removes all connection handlers added by addConnectionHandler.
Implementation
static void removeAllConnectionHandlers() {
sbLog.i(StackTrace.current);
_instance._chat.removeAllConnectionHandlers();
}