hideChatButton method
Hides or shows the chat button.
Implementation
SessionSettingsBuilder hideChatButton(bool hidden) {
_hideChatButton = hidden;
return this;
}
Hides or shows the chat button.
SessionSettingsBuilder hideChatButton(bool hidden) {
_hideChatButton = hidden;
return this;
}