clearEventHandlers method
void
clearEventHandlers()
~english Clear all contact event handlers. ~end
~chinese 清除所有联系人事件处理程序。 ~end
Implementation
void clearEventHandlers() {
return Client.instance.contactManager.clearEventHandlers();
}