/// <summary>
 /// Cancels the delivery of the specified scheduled local notification.
 /// </summary>
 /// <param name="_notificationID">A string used to uniquely identify the notification.</param>
 public void CancelLocalNotification(string _notificationID)
 {
     m_platform.CancelLocalNotification(_notificationID);
 }