adhubNotificationPermissionAskedKey top-level constant
String
const adhubNotificationPermissionAskedKey
SharedPreferences key gating the one-time OS notification permission
request - shared between adhub.dart's OneSignal path and
AdhubFcm.initialize so only one of the two SDKs ever actually asks.
Implementation
const String adhubNotificationPermissionAskedKey =
'notification_permission_asked';