Future<void> setLoggedInPassword(String name) async => _setValue(AppConstants.loggedInPassword, name);