future method

Future<Box<ServiceOfJournal>> future()

Implementation

Future<Box<ServiceOfJournal>> future() async {
  // await ref.watch(hiveJournalBox(archiveHiveName).future);
  return await ref.watch(hiveJournalBox(journalHiveName).future);
}