toIssuingHistory method
Stores a credential issued to holderDid
.
Implementation
void toIssuingHistory(
String holderDid, String plaintextCredential, String w3cCredential) {
var tmp = Credential('', w3cCredential, plaintextCredential);
_issuingHistory!.put(holderDid, tmp);
}