notifyChannelThreadUpdated method Null safety
- GroupChannel channel,
- ThreadInfoUpdateEvent event
Implementation
void notifyChannelThreadUpdated(
GroupChannel channel, ThreadInfoUpdateEvent event) {
_channelHandlers.values.forEach((element) {
element.onThreadInfoUpdated(channel, event);
});
}