11 lines
500 B
Dart
11 lines
500 B
Dart
class HiveConstant {
|
|
static String get hiveBoxManga => "manga_box_";
|
|
static String get hiveBoxMangaInfo => "manga_box_info";
|
|
static String get hiveBoxMangaSource => "manga_box_source";
|
|
static String get hiveBoxAppSettings => "app_box_settings";
|
|
static String get hiveBoxDownloads => "manga_box_downloads";
|
|
static String get hiveBoxReaderMode => "readerMode_box_settings";
|
|
}
|
|
|
|
const defaultUserAgent =
|
|
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:110.0) Gecko/20100101 Firefox/110.0";
|