channelBypassDnd property

bool channelBypassDnd
final

Whether the notification channel should attempt to bypass Do Not Disturb settings.

You must acquire notification policy access by calling AndroidFlutterLocalNotificationsPlugin.requestNotificationPolicyAccess before setting this to true. Otherwise this value is ignored.

Implementation

final bool channelBypassDnd;