PersistedChatwootMessagesDao constructor

PersistedChatwootMessagesDao(
  1. Box<ChatwootMessage> _box,
  2. Box<String> _messageIdToClientInstanceKeyBox,
  3. String _clientInstanceKey
)

Implementation

PersistedChatwootMessagesDao(this._box, this._messageIdToClientInstanceKeyBox,
    this._clientInstanceKey);