Future<bool> isNotificationPolicyAccessGranted() async { if (Platform.isIOS) { return false; } return DoNotDisturbPlatform.instance.isNotificationPolicyAccessGranted(); }