PersistedDOOContactDao constructor

PersistedDOOContactDao(
  1. Box<DOOContact> _box,
  2. Box<String> _clientInstanceIdToContactIdentifierBox,
  3. String _clientInstanceKey
)

Implementation

PersistedDOOContactDao(this._box,
    this._clientInstanceIdToContactIdentifierBox, this._clientInstanceKey);