ChannelProfileWebWidgetConfig constructor
ChannelProfileWebWidgetConfig({
- String? modality,
- ChannelProfileWebWidgetConfigSecuritySettings? securitySettings,
- String? theme,
- String? webWidgetTitle,
Implementation
ChannelProfileWebWidgetConfig({
this.modality,
this.securitySettings,
this.theme,
this.webWidgetTitle,
});