hiveJournalBox top-level property Base Providers
final
Base provider of hive Box, type ServiceOfJournal.
{@category Base Providers}
Implementation
final hiveJournalBox =
FutureProvider.family<Box<ServiceOfJournal>, String>((ref, boxName) {
return Hive.openBox<ServiceOfJournal>(boxName);
});