notifyChannelNoDisturbLevelSync method

void notifyChannelNoDisturbLevelSync(
  1. ChannelNoDisturbLevelSyncEvent event
)

Publishes channel notification-level sync events.

Implementation

void notifyChannelNoDisturbLevelSync(ChannelNoDisturbLevelSyncEvent event) {
  channelNoDisturbLevelSyncNotifier.value = event;
  notifyChannelNeedsRefresh();
}