removeChannelHandler static method
- String identifier
Removes a channel handler. The deleted handler no longer be notified.
Implementation
static void removeChannelHandler(String identifier) {
sbLog.i(StackTrace.current, 'identifier: $identifier');
_instance._chat.removeChannelHandler(identifier);
}