clearEventHandlers method

void clearEventHandlers()

清除所有用户属性事件处理程序。

Implementation

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