initWithConnectRequest method
Initializes the agent with a connect request message and connects to the server.
encoded
- The encoded connect request message.
Implementation
initWithConnectRequest(String encoded) async {
await connect();
sendDIDAuthInitMessage(encoded);
}