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
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
2
Answers
only work i must do that just set the ongoing condition in NotificationDetails to true :)
and next create a dart file form example notification services and
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