proofListProvider top-level constant Inner API Providers

  1. @ProviderFor(ProofList)
ProofListFamily const proofListProvider

Notifier that store and manage list of ProofEntry.

It does:

  • load proofs from filesystem with loadProofsFromFS function,
  • it is a Notifier,
  • add new proofs,
  • ...

If serviceId == null, it create/collect proof for whole day.

{@category Inner API} {@category Providers}

Copied from ProofList.

Implementation

@ProviderFor(ProofList)
const proofListProvider = ProofListFamily();