mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-20 19:12:04 +00:00
11 lines
534 B
Dart
11 lines
534 B
Dart
class HiveConstant {
|
|
static String get hiveBoxManga => "manga_box";
|
|
static String get hiveBoxMangaInfo => "manga_box_info";
|
|
static String get hiveBoxMangaHistory => "_manga_box_history_";
|
|
static String get hiveBoxMangaSource => "_manga_box_source_";
|
|
static String get hiveBoxMangaFilter => "_manga_box_filter_";
|
|
static String get hiveBoxAppSettings => "_app_box_settings_";
|
|
static String get hiveBoxReaderSettings => "_reader_box_settings_";
|
|
static String get hiveBoxReaderMode =>
|
|
"_readerMode_box_settings_";
|
|
}
|