getChannelHandler static method
- String identifier
Gets a channel handler.
Implementation
static BaseChannelHandler? getChannelHandler(String identifier) {
sbLog.i(StackTrace.current, 'identifier: $identifier');
return _instance._chat.getChannelHandler(identifier);
}