hiveRepositoryProvider top-level constant Journal Providers
- @ProviderFor(HiveRepository)
This class load/save List of ServiceOfJournal for Journal.
It also:
- post new service,
- delete service,
- read services from hive(async) but provide sync values,
- and export it into json format.
{@category Providers} {@category Journal}
Copied from HiveRepository.
Implementation
@ProviderFor(HiveRepository)
const hiveRepositoryProvider = HiveRepositoryFamily();