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