PersistedSolevatoUserDao constructor

PersistedSolevatoUserDao(
  1. Box<SolevatoUser> _box,
  2. Box<String> _clientInstanceIdToUserIdentifierBox,
  3. String _clientInstanceKey
)

Implementation

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