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