hideAudioModeButton method

SessionSettingsBuilder hideAudioModeButton(
  1. bool hide
)

Hides or shows the audio mode button.

Implementation

SessionSettingsBuilder hideAudioModeButton(bool hide) {
  _hideAudioModeButton = hide;
  return this;
}