MsSmoothEncryptionSettings constructor

MsSmoothEncryptionSettings({
  1. SpekeKeyProvider? spekeKeyProvider,
})

Implementation

MsSmoothEncryptionSettings({
  this.spekeKeyProvider,
});