SharedSecrets constructor Null safety

SharedSecrets(
  1. {String? storageNoncePublicKey}
)

Implementation

SharedSecrets({
  this.storageNoncePublicKey,
});