EMPushConfigs constructor

EMPushConfigs({
  1. DisplayStyle displayStyle = DisplayStyle.Simple,
  2. String? displayName,
})

Implementation

EMPushConfigs({
  this.displayStyle = DisplayStyle.Simple,
  this.displayName,
});