SharedSecrets constructor

SharedSecrets({
  1. String? storageNoncePublicKey,
})

Implementation

SharedSecrets({
  this.storageNoncePublicKey,
});