NotificationHint.suppressSound constructor

NotificationHint.suppressSound()

This notification should not trigger any any sounds that would normally play for notifications.

Implementation

factory NotificationHint.suppressSound() {
  return NotificationHint('suppress-sound', DBusBoolean(true));
}