notifyChannelUnreadStatusSync method
void
notifyChannelUnreadStatusSync(
- ChannelUnreadStatusSyncEvent event
Publishes channel unread-state sync events.
Implementation
void notifyChannelUnreadStatusSync(ChannelUnreadStatusSyncEvent event) {
channelUnreadStatusSyncNotifier.value = event;
notifyChannelNeedsRefresh();
}