IDSCryptoManager constructor
IDSCryptoManager({
- required IDSCryptoConfiguration crypto,
Creates a new IDSCryptoManager with the given crypto
configuration.
Implementation
IDSCryptoManager({required this.crypto});