PersistedChatwootConversationDao constructor
      
      PersistedChatwootConversationDao(
    
    
- Box<
ChatwootConversation> _box, - Box<
String> _clientInstanceIdToConversationIdentifierBox, - String _clientInstanceKey
 
Implementation
PersistedChatwootConversationDao(
    this._box,
    this._clientInstanceIdToConversationIdentifierBox,
    this._clientInstanceKey);