empty static method

NotificationSound empty()
override

create NotificationSound Empty

Implementation

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