AndroidNotificationSpecifics constructor

AndroidNotificationSpecifics({
  1. String? icon,
  2. String? channelId,
  3. String? channelName,
  4. String? color,
  5. bool? autoCancelable,
})

Implementation

AndroidNotificationSpecifics({
  this.icon,
  this.channelId,
  this.channelName,
  this.color,
  this.autoCancelable,
});