hideAudioModeButton method
Hides or shows the audio mode button.
Implementation
SessionSettingsBuilder hideAudioModeButton(bool hide) {
_hideAudioModeButton = hide;
return this;
}
Hides or shows the audio mode button.
SessionSettingsBuilder hideAudioModeButton(bool hide) {
_hideAudioModeButton = hide;
return this;
}