PersistedRuutUserDao constructor

PersistedRuutUserDao(
  1. Box<RuutUser> _box,
  2. Box<String> _clientInstanceIdToUserIdentifierBox,
  3. String _clientInstanceKey
)

Implementation

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