IOSNotificationAttachment constructor

const IOSNotificationAttachment(
  1. String filePath, {
  2. String? identifier,
})

Constructs an instance of IOSNotificationAttachment.

Implementation

const IOSNotificationAttachment(
  this.filePath, {
  this.identifier,
});