getEventHandler method
- String identifier
Get the contact event handler.
Param identifier
The custom handler identifier.
Return The contact event handler.
Implementation
ChatContactEventHandler? getEventHandler(String identifier) {
return _eventHandlesMap[identifier];
}