getCredential method
Returns the credential associated with did
.
Implementation
Credential? getCredential(String? did) {
return _credentialBox!.get(did);
}
Returns the credential associated with did
.
Credential? getCredential(String? did) {
return _credentialBox!.get(did);
}