HmsSignature constructor

HmsSignature({
  1. HmsAlgorithmParameters? algorithmParameters,
  2. HmsBioAuthnProvider? provider,
  3. String? algorithm,
})

Implementation

HmsSignature({this.algorithmParameters, this.provider, this.algorithm});