notifyChannelPinnedSync method

void notifyChannelPinnedSync(
  1. ChannelPinnedSyncEvent event
)

Publishes channel pinned-state sync events.

Implementation

void notifyChannelPinnedSync(ChannelPinnedSyncEvent event) {
  channelPinnedSyncNotifier.value = event;
  notifyChannelNeedsRefresh();
}