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