hideChatButton method

SessionSettingsBuilder hideChatButton(
  1. bool hidden
)

Hides or shows the chat button.

Implementation

SessionSettingsBuilder hideChatButton(bool hidden) {
  _hideChatButton = hidden;
  return this;
}