/// <summary>
 /// Cancels the delivery of all scheduled local notifications.
 /// </summary>
 public void CancelAllLocalNotification()
 {
     m_platform.CancelAllLocalNotification();
 }