unReadNotification method

dynamic unReadNotification(
  1. String campaignId
)

Implementation

unReadNotification(String campaignId) {
  throw UnimplementedError('unReadNotification() has not been implemented');
}