PersistedChatwootMessagesDao constructor
      
      PersistedChatwootMessagesDao(
    
    
- Box<
ChatwootMessage> _box, - Box<
String> _messageIdToClientInstanceKeyBox, - String _clientInstanceKey
 
Implementation
PersistedChatwootMessagesDao(this._box, this._messageIdToClientInstanceKeyBox,
    this._clientInstanceKey);