unSetAlerts method

dynamic unSetAlerts()

Implementation

unSetAlerts() {
  SessionManagement.setNotificationSound(false);
  // Mirrorfly.setNotificationSound(false);
  SessionManagement.setNotificationPopup(false);
  SessionManagement.setNotificationPopup(false);
  SessionManagement.setNotificationVibration(false);
  // Mirrorfly.setNotificationVibration(false);
  _displayNotificationSoundPreference(false);
  _displayNotificationPopupPreference(false);
  _displayVibrationPreference(false);
}