NotificationConfig constructor

NotificationConfig({
  1. int? expiry,
  2. bool? silent,
  3. bool? hidden,
})

Implementation

NotificationConfig({
  this.expiry,
  this.silent,
  this.hidden,
});