clearEventHandlers method
void
clearEventHandlers()
清除所有 ChatPresence 事件。
Implementation
void clearEventHandlers() {
_eventHandlesMap.clear();
}
清除所有 ChatPresence 事件。
void clearEventHandlers() {
_eventHandlesMap.clear();
}