clearEventHandlers method

void clearEventHandlers()

清除所有事件监听。

Implementation

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