getEventHandler method
- String identifier
~english Get the contact event handler.
Param identifier
The custom handler identifier.
Return The contact event handler. ~end
~chinese 获取联系人事件处理程序。
Param identifier
自定义处理程序标识符。
Return 事件的句柄。 ~end
Implementation
ChatContactEventHandler? getEventHandler(String identifier) {
return _eventHandlesMap[identifier];
}