Check your topic list on firebase console.
Read moreWhat is a push notification image?
On Android, web push notifications look like any other mobile notifications . On desktop, the aspect of the notifications may change depending on your users’ browser and OS: Windows: Images will be displayed exclusively for Chrome. This also applies to any chromium-based browser (e.g. Microsoft Edge, etc).
Read moreHow do I display pictures in notification flutter?
To achieve an image on local notification, first add the awesome_notifications Flutter package by adding the following lines in pubspec. yaml file . awesome_notifications is the best flutter package we got to show local notifications in the Flutter app.
Read more