I am using flutter_local_notification (https://pub.dev/packages/flutter_local_notifications) package to schedule notifications which will act as an alarm (sound loops until notification is closed), As it's an alarm I need it to ring even if dnd is on ,I can only use INTERRUPTION_FILTER_ALL which is turning off the dnd.
is there a way to show notifications without turning dnd off?
I am using flutter_local_notification (https://pub.dev/packages/flutter_local_notifications) package to schedule notifications which will act as an alarm (sound loops until notification is closed), As it's an alarm I need it to ring even if dnd is on ,I can only use INTERRUPTION_FILTER_ALL which is turning off the dnd. is there a way to show notifications without turning dnd off?