CryptoObjectCreationException constructor

const CryptoObjectCreationException(
  1. String message, {
  2. Object? platformException,
})

Implementation

const CryptoObjectCreationException(String message, {Object? platformException})
    : super(message, platformException: platformException);