I want to remove or set the notification icon of my application, what should I do?
I use the flutter_local_notifications
package, and there is no property for removing or customizing the badge icon of the application.
Also, in default, it seems like this:
To remove the notifications, you can handle it like the below image. To update it, you can use the flutter_app_badger
package as Rami AI Debs said.