unReadNotification method

  1. @override
void unReadNotification(
  1. String campaignId
)
override

Implementation

@override
void unReadNotification(String campaignId) {
  methodChannel.invokeMethod('unReadNotification',campaignId);
}