notifyChannelUnreadStatusSync method

void notifyChannelUnreadStatusSync(
  1. ChannelUnreadStatusSyncEvent event
)

Publishes channel unread-state sync events.

Implementation

void notifyChannelUnreadStatusSync(ChannelUnreadStatusSyncEvent event) {
  channelUnreadStatusSyncNotifier.value = event;
  notifyChannelNeedsRefresh();
}