hideShareInviteButton method
Hides or shows the share invite button.
Implementation
SessionSettingsBuilder hideShareInviteButton(bool hide) {
_hideShareInviteButton = hide;
return this;
}
Hides or shows the share invite button.
SessionSettingsBuilder hideShareInviteButton(bool hide) {
_hideShareInviteButton = hide;
return this;
}