acceptedCredentialTermsUsersProvider top-level property
final
Provides the list of users who have accepted the credential terms and conditions
Implementation
final acceptedCredentialTermsUsersProvider = PreferenceStringListProvider(
(ref) => PreferenceNotifier.watchStringList(
ref,
acceptedCredentialTermsUsersPrefKey,
defaultValue: [],
),
);