removeUserEventHandler method

void removeUserEventHandler(
  1. String identifier
)

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);
}