11 lines
593 B
Dart
11 lines
593 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 hiveBoxDownloads => "_manga_box_downloads_";
|
|
static String get hiveBoxReaderSettings => "_reader_box_settings_";
|
|
static String get hiveBoxReaderMode => "_readerMode_box_settings_";
|
|
}
|