I want make notification like ADM notification to be always pinned on the notifications on phone and user only can ignore notification just with the button on the notification How I can do that
I create the notification but I want pinned that
You can achieve it through flutter_local_notification
plugin.
In that plugin, onGoing
Notification facility is present so we can use it and enjoy ongoing notification