clearEventHandlers method

void clearEventHandlers()

清除所有聊天室事件。

Implementation

void clearEventHandlers() {
  _eventHandlesMap.clear();
}