Crypto constructor

Crypto(
  1. ICore core, {
  2. IKeyChain? keyChain,
  3. ICryptoUtils? utils,
  4. IRelayAuth? relayAuth,
})

Implementation

Crypto(
  this.core, {
  this.keyChain,
  this.utils,
  this.relayAuth,
});