EncryptionConfig constructor

EncryptionConfig({
  1. Provider? provider,
  2. List<String>? resources,
})

Implementation

EncryptionConfig({
  this.provider,
  this.resources,
});