notificationPopup method

dynamic notificationPopup()

Implementation

notificationPopup() {
  checkWhetherMuteEnabled();
  SessionManagement.setNotificationPopup(!displayNotificationPopupPreference);
  _displayNotificationPopupPreference(!displayNotificationPopupPreference);
}