displayMutePreference method

dynamic displayMutePreference()

Implementation

displayMutePreference() {
  _displayMuteNotificationPreference(SessionManagement.getMuteNotification());
  if (SessionManagement.getMuteNotification()) {
    _displayVibrationPreference(false);
    _displayNotificationPopupPreference(false);
    _displayNotificationSoundPreference(false);
  }
}