hideLeaveSessionButton method

SessionSettingsBuilder hideLeaveSessionButton(
  1. bool hidden
)

Hides or shows the leave session button.

Implementation

SessionSettingsBuilder hideLeaveSessionButton(bool hidden) {
  _hideLeaveSessionButton = hidden;
  return this;
}