removeChannelHandler method

void removeChannelHandler(
  1. String identifier
)

Removes the channel event handler with the specified identifier.

identifier : The identifier of the handler to remove.

Implementation

void removeChannelHandler(String identifier) {
  SendbirdChat.removeChannelHandler(identifier);
}