readNotification method

void readNotification(
  1. String campaignId
)

Implementation

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