hideToggleAudioButton method

SessionSettingsBuilder hideToggleAudioButton(
  1. bool hidden
)

Hides or shows the toggle audio button.

Implementation

SessionSettingsBuilder hideToggleAudioButton(bool hidden) {
  _hideToggleAudioButton = hidden;
  return this;
}