DitoNotificationOptions constructor

const DitoNotificationOptions({
  1. int? accentColor,
  2. int? largeIconResId,
  3. int? smallIconResId,
  4. String? soundResourceName,
})

Implementation

const DitoNotificationOptions({
  this.accentColor,
  this.largeIconResId,
  this.smallIconResId,
  this.soundResourceName,
});