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