PersistedChatwootContactDao constructor

PersistedChatwootContactDao(
  1. Box<ChatwootContact> _box,
  2. Box<String> _clientInstanceIdToContactIdentifierBox,
  3. String _clientInstanceKey
)

Implementation

PersistedChatwootContactDao(this._box,
    this._clientInstanceIdToContactIdentifierBox, this._clientInstanceKey);