PersistedDOOUserDao constructor

PersistedDOOUserDao(
  1. Box<DOOUser> _box,
  2. Box<String> _clientInstanceIdToUserIdentifierBox,
  3. String _clientInstanceKey
)

Implementation

PersistedDOOUserDao(this._box, this._clientInstanceIdToUserIdentifierBox,
    this._clientInstanceKey);