MacOSNotificationAttachment constructor

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

Constructs an instance of MacOSNotificationAttachment.

Implementation

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