enableNotification method

dynamic enableNotification()

Implementation

enableNotification() {
  SessionManagement.setNotificationSound(true);
  // Mirrorfly.setNotificationSound(true);
  SessionManagement.setNotificationPopup(true);
  _displayNotificationSoundPreference(true);
  _displayNotificationPopupPreference(true);
}