PersistedChatwootUserDao constructor

PersistedChatwootUserDao(
  1. Box<ChatwootUser> _box,
  2. Box<String> _clientInstanceIdToUserIdentifierBox,
  3. String _clientInstanceKey
)

Implementation

PersistedChatwootUserDao(this._box, this._clientInstanceIdToUserIdentifierBox,
    this._clientInstanceKey);