SORIAndroidNotificationOptions constructor

const SORIAndroidNotificationOptions({
  1. String? title,
  2. String? body,
  3. String? iconResourceName,
})

Implementation

const SORIAndroidNotificationOptions({
  this.title,
  this.body,
  this.iconResourceName,
});