getConversationEntry method

DidcommConversation? getConversationEntry(
  1. String threadId
)

Implementation

DidcommConversation? getConversationEntry(String threadId) {
  return _didcommConversations!.get(threadId);
}