updateSubscriptionStatus static method
Implementation
static Future<void> updateSubscriptionStatus(
bool granted, String channel) async {
if (channel != 'KwikEngage Marketing') return;
NotificationHelper.sendOptInStatus(granted);
}
static Future<void> updateSubscriptionStatus(
bool granted, String channel) async {
if (channel != 'KwikEngage Marketing') return;
NotificationHelper.sendOptInStatus(granted);
}