WcVerifyClient constructor

WcVerifyClient(
  1. WcHttpGet httpGet, {
  2. String publicKeyUrl = WcVerify.defaultPublicKeyUrl,
})

Implementation

WcVerifyClient(
  this.httpGet, {
  this.publicKeyUrl = WcVerify.defaultPublicKeyUrl,
});