ChatPushConfigs constructor
- DisplayStyle displayStyle = DisplayStyle.Simple,
- String? displayName,
Implementation
ChatPushConfigs({
this.displayStyle = DisplayStyle.Simple,
this.displayName,
});
ChatPushConfigs({
this.displayStyle = DisplayStyle.Simple,
this.displayName,
});