PersistedDOOMessagesDao constructor
PersistedDOOMessagesDao(
- Box<
DOOMessage> _box, - Box<
String> _messageIdToClientInstanceKeyBox, - String _clientInstanceKey
Implementation
PersistedDOOMessagesDao(this._box, this._messageIdToClientInstanceKeyBox,
this._clientInstanceKey);