Notifee Notification icon not working in the notifee display notification
notifee.displayNotification({
title: remoteMessage.notification.title,
body: remoteMessage.notification.body,
android: {
channelId: 'android_id',
},
});
I have used so many things like, small_icon,large_icon and other ways but notification icon is not diplaying it is just showing a default image.
I also checked with AndroidManifest meta data tags, they are also not working.