appIcon property
the notification app icon To display an image simply use the Image.memory widget. Example:
Image.memory(notif.appIcon)
Implementation
Uint8List? appIcon;
the notification app icon To display an image simply use the Image.memory widget. Example:
Image.memory(notif.appIcon)
Uint8List? appIcon;