OtpCryptoException constructor
const
OtpCryptoException(
- String code,
- String message, {
- Object? cause,
- StackTrace? stackTrace,
Implementation
const OtpCryptoException(
this.code,
this.message, {
this.cause,
this.stackTrace,
});