OtpCryptoException constructor

const OtpCryptoException(
  1. String code,
  2. String message, {
  3. Object? cause,
  4. StackTrace? stackTrace,
})

Implementation

const OtpCryptoException(
  this.code,
  this.message, {
  this.cause,
  this.stackTrace,
});