ChannelProfileWebWidgetConfig constructor

ChannelProfileWebWidgetConfig({
  1. String? modality,
  2. ChannelProfileWebWidgetConfigSecuritySettings? securitySettings,
  3. String? theme,
  4. String? webWidgetTitle,
})

Implementation

ChannelProfileWebWidgetConfig({
  this.modality,
  this.securitySettings,
  this.theme,
  this.webWidgetTitle,
});