mangayomi/lib/utils/constant.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_";
}