hideShareInviteButton method

SessionSettingsBuilder hideShareInviteButton(
  1. bool hide
)

Hides or shows the share invite button.

Implementation

SessionSettingsBuilder hideShareInviteButton(bool hide) {
  _hideShareInviteButton = hide;
  return this;
}