How can I get information about notifications that are cleared in the notification centre?

I am using cordova-plugin-local-notifications and cordova-plugin-badge to notify users, but trouble is I can’t find a method where i can find out if the notifications are being deleted in the centre. I used $cordovaLocalNotification.getAllIds() to get all the ids, but that are all the ids i used to created those notifications.

Thanks in advance.