removeUserEventHandler method
Removes the user event handler with the specified identifier.
identifier
: The identifier of the handler to remove.
Implementation
void removeUserEventHandler(String identifier) {
SendbirdChat.removeUserEventHandler(identifier);
}