flutter_local_notifications zonedSchedule notification not firing on emulator
I am using Flutter flutter_local_notifications
package in an app targeting Android.
flutter_local_notification `ongoing` doesn’t prevent the user to swipe & delete the notification
essentially I want to create a permanent notification using flutter_local_notification
(I’m working on Android 14).