reset method
dynamic
reset()
Resets the agent by clearing peer information and flags.
Implementation
reset() {
peerInfo = {};
isReceivedDIDAuthInit = false;
isDIDConnected = false;
}
Resets the agent by clearing peer information and flags.
reset() {
peerInfo = {};
isReceivedDIDAuthInit = false;
isDIDConnected = false;
}