checkWhetherMuteEnabled method

dynamic checkWhetherMuteEnabled()

Implementation

checkWhetherMuteEnabled() {
  if (SessionManagement.getMuteNotification()) {
    SessionManagement.setNotificationSound(true);
    // Mirrorfly.setNotificationSound(true);
    SessionManagement.setMuteNotification(false);
    // Mirrorfly.setMuteNotification(false);
    _displayMuteNotificationPreference(false);
    _displayNotificationSoundPreference(true);
  }
}