removeAllConnectionHandlers method

void removeAllConnectionHandlers()

Removes all the connection event handlers.

Implementation

void removeAllConnectionHandlers() {
  SendbirdChat.removeAllConnectionHandlers();
}