NotificationConfig constructor

NotificationConfig({
  1. List<String>? eventTypes,
  2. String? payloadFormat,
  3. String? pubsubTopic,
})

Implementation

NotificationConfig({
  this.eventTypes,
  this.payloadFormat,
  this.pubsubTopic,
});