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