attachments property

Map<String, dynamic>? attachments
getter/setter pair

(iOS Only) Any attachments (images, sounds, videos) you want to display with this notification.

Implementation

Map<String, dynamic>? attachments;