readNotification method

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

Implementation

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