clearEventHandlers method

void clearEventHandlers()

清除所有联系人事件处理程序。

Implementation

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