empty static method

Notification empty()
override

create Notification Empty

Implementation

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