PersistedChatwootConversationDao constructor

PersistedChatwootConversationDao(
  1. Box<ChatwootConversation> _box,
  2. Box<String> _clientInstanceIdToConversationIdentifierBox,
  3. String _clientInstanceKey
)

Implementation

PersistedChatwootConversationDao(
    this._box,
    this._clientInstanceIdToConversationIdentifierBox,
    this._clientInstanceKey);