I have noticed that when I receive notifications from the Gmail app, if I open the Gmail app without clicking on the notification then the notification icon still disappears from the system tray.
In my Flutter app however, when I receive notifications, if I open the app without clicking on the notification then the notification remains in the system tray until I manually remove it.
I would like to know how I can implement the Gmail app notification behaviour in my own Flutter app please. I can see nothing in the documentation about how to do this.
There was a similar issue opened about this (#766) however a solution was never suggested and the issue has now been closed following the most recent release.
If it isn't currently possible then I would like to suggest it as an improvement.