AcceptCrypto constructor

AcceptCrypto({
  1. required String cryptoMethod,
  2. String? clientRSAPublicKey,
})

Implementation

AcceptCrypto({
  required this.cryptoMethod,
  this.clientRSAPublicKey,
});