favorite
This commit is contained in:
@@ -143,6 +143,9 @@ class HiveService {
|
||||
|
||||
// Notification box (non-sensitive)
|
||||
Hive.openBox<dynamic>(HiveBoxNames.notificationBox),
|
||||
|
||||
// Favorites box (non-sensitive)
|
||||
Hive.openBox<dynamic>(HiveBoxNames.favoriteBox),
|
||||
]);
|
||||
|
||||
// Open potentially encrypted boxes (sensitive data)
|
||||
|
||||
Reference in New Issue
Block a user