showChatButton method

CallSettingsBuilder showChatButton()

Shows the chat button.

Implementation

CallSettingsBuilder showChatButton() {
  _chatButtonVisible = true;
  return this;
}