unReadNotification method

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

Implementation

@override
unReadNotification(String cid) {
  methodChannel.invokeMapMethod('unReadNotification',{'cid':cid});
}