CryptoKeyConfig constructor

CryptoKeyConfig({
  1. String? keyReference,
})

Implementation

CryptoKeyConfig({
  this.keyReference,
});