hideSettings method
Hides or shows the settings panel.
Implementation
CallSettingsBuilder hideSettings(bool hidden) {
_hideSettings = hidden;
return this;
}
Hides or shows the settings panel.
CallSettingsBuilder hideSettings(bool hidden) {
_hideSettings = hidden;
return this;
}