didDocument property Null safety
final
Returns the curret active account's DIDDocument
. This value is set on account authorization, and can be refreshed with the stat method.
Example
print(MotorFlutter.to.didDocument.value.id); // Prints did:snr:abc123
See also:
Implementation
final didDocument = DIDDocument().obs;