notifyChannelTypingStatusUpdated method Null safety
- GroupChannel channel
Implementation
void notifyChannelTypingStatusUpdated(GroupChannel channel) {
sdk.streamManager.typing.add(channel);
_channelHandlers.values.forEach((element) {
element.onTypingStatusUpdated(channel);
});
}