notificationSettingsChannelName constant
String
const notificationSettingsChannelName
Method channel for receiving notification settings deep links from native code.
Consuming apps must invoke 'openNotificationSettings' on this channel from:
- iOS:
userNotificationCenter(_:openSettingsFor:)in AppDelegate - Android:
onNewIntent()handlingACTION_APP_NOTIFICATION_SETTINGSin MainActivity
Implementation
static const String notificationSettingsChannelName =
'com.dreamchrome.dreamic/notification_settings';