VaultNotificationConfig constructor

VaultNotificationConfig({
  1. List<String>? events,
  2. String? sNSTopic,
})

Implementation

VaultNotificationConfig({
  this.events,
  this.sNSTopic,
});