unReadNotification method

void unReadNotification(
  1. String cid
)

Implementation

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