On Android 12 or lower, when I trigger a notification, the icon is displayed correctly, however on Android 13 or higher, it only displays this symbol in place of the icon.
path to my default icon:
const AndroidInitializationSettings initializationSettingsAndroid = AndroidInitializationSettings('@mipmap/ic_launcher');
What I hope is that the icon appears correctly in the notification.
3