hideLeaveSessionButton method
Hides or shows the leave session button.
Implementation
SessionSettingsBuilder hideLeaveSessionButton(bool hidden) {
_hideLeaveSessionButton = hidden;
return this;
}
Hides or shows the leave session button.
SessionSettingsBuilder hideLeaveSessionButton(bool hidden) {
_hideLeaveSessionButton = hidden;
return this;
}