EncryptedPandora constructor

EncryptedPandora({
  1. String? config,
  2. List<EncryptedServiceConfig?>? services,
})

Implementation

EncryptedPandora({
  this.config,
  this.services,
});