EventPublishConfig constructor

EventPublishConfig({
  1. bool? enabled,
  2. String? topic,
})

Implementation

EventPublishConfig({
  this.enabled,
  this.topic,
});