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