unReadNotification method

void unReadNotification(
  1. String campaignId
)

Implementation

void unReadNotification(String campaignId) {
  FluttersamplepluginPlatform.instance.unReadNotification(campaignId);
}