PersistedDOOConversationDao constructor
PersistedDOOConversationDao(
- Box<
DOOConversation> _box, - Box<
String> _clientInstanceIdToConversationIdentifierBox, - String _clientInstanceKey
Implementation
PersistedDOOConversationDao(
this._box,
this._clientInstanceIdToConversationIdentifierBox,
this._clientInstanceKey);