CryptoHashConfig constructor
CryptoHashConfig({
- String? cryptoKey,
- KmsWrappedCryptoKey? kmsWrapped,
Implementation
CryptoHashConfig({
this.cryptoKey,
this.kmsWrapped,
});