EztoVerify constructor

EztoVerify({
  1. String? encryptionKey,
})

Implementation

EztoVerify({
  this.encryptionKey,
});