NotificationAttachment constructor
Creates a NotificationAttachment with the given parameters.
Implementation
const NotificationAttachment(
this.url,
this.fileName, {
this.showThumbnail = true,
});
Creates a NotificationAttachment with the given parameters.
const NotificationAttachment(
this.url,
this.fileName, {
this.showThumbnail = true,
});