PersistedChatwootContactDao constructor
PersistedChatwootContactDao(
- Box<
ChatwootContact> _box, - Box<
String> _clientInstanceIdToContactIdentifierBox, - String _clientInstanceKey
Implementation
PersistedChatwootContactDao(this._box,
this._clientInstanceIdToContactIdentifierBox, this._clientInstanceKey);