getChannelHandler method
Retrieves the channel event handler with the specified identifier.
identifier
: The identifier of the handler to retrieve.
Returns the channel event handler.
Implementation
BaseChannelHandler? getChannelHandler(String identifier) {
return SendbirdChat.getChannelHandler(identifier);
}