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