getChannelHandler static method

BaseChannelHandler? getChannelHandler(
  1. String identifier
)

Gets a channel handler.

Implementation

static BaseChannelHandler? getChannelHandler(String identifier) {
  sbLog.i(StackTrace.current, 'identifier: $identifier');
  return _instance._chat.getChannelHandler(identifier);
}