PersistedDOOContactDao constructor
PersistedDOOContactDao(
- Box<
DOOContact> _box, - Box<
String> _clientInstanceIdToContactIdentifierBox, - String _clientInstanceKey
Implementation
PersistedDOOContactDao(this._box,
this._clientInstanceIdToContactIdentifierBox, this._clientInstanceKey);