removeEventHandler method
- String identifier
Remove the chat event handler.
Param identifier
The custom handler identifier.
Implementation
void removeEventHandler(String identifier) {
_eventHandlesMap.remove(identifier);
}
Remove the chat event handler.
Param identifier
The custom handler identifier.
void removeEventHandler(String identifier) {
_eventHandlesMap.remove(identifier);
}