readNotification method
Implementation
void readNotification(String campaignId) {
try {
if (!kIsWeb) {
RefluttersdkPlatform.instance.readNotification(campaignId);
}
} catch (e) {
debugPrint("$e");
}
}
void readNotification(String campaignId) {
try {
if (!kIsWeb) {
RefluttersdkPlatform.instance.readNotification(campaignId);
}
} catch (e) {
debugPrint("$e");
}
}