notifyChannelNoDisturbLevelSync method
void
notifyChannelNoDisturbLevelSync(
- ChannelNoDisturbLevelSyncEvent event
Publishes channel notification-level sync events.
Implementation
void notifyChannelNoDisturbLevelSync(ChannelNoDisturbLevelSyncEvent event) {
channelNoDisturbLevelSyncNotifier.value = event;
notifyChannelNeedsRefresh();
}