PersistedChatwootUserDao constructor
PersistedChatwootUserDao(
- Box<
ChatwootUser> _box, - Box<
String> _clientInstanceIdToUserIdentifierBox, - String _clientInstanceKey
Implementation
PersistedChatwootUserDao(this._box, this._clientInstanceIdToUserIdentifierBox,
this._clientInstanceKey);