public void CancelAllNotification()
 {
     localNotificationPlugin.ClearAllScheduledNotification();
     notificationRequestCodeCollection.Clear();
 }
 public void CancelAllNotification()
 {
     localNotificationPlugin.ClearAllScheduledNotification();
 }