empty static method

NotificationSounds empty()
override

create NotificationSounds Empty

Implementation

static NotificationSounds empty() {
  return NotificationSounds({});
}