removeAllUserEventHandlers method

void removeAllUserEventHandlers()

Removes all the user event handlers.

Implementation

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