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