call method

HiveRepositoryProvider call(
  1. String apiKey
)

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

HiveRepositoryProvider call(
  String apiKey,
) {
  return HiveRepositoryProvider(
    apiKey,
  );
}