PersistedRuutConversationDao constructor

PersistedRuutConversationDao(
  1. Box<RuutConversation> _box,
  2. Box<String> _clientInstanceIdToConversationIdentifierBox,
  3. String _clientInstanceKey
)

Implementation

PersistedRuutConversationDao(
    this._box,
    this._clientInstanceIdToConversationIdentifierBox,
    this._clientInstanceKey);