mangayomi/lib/utils/constant.dart
kodjomoustapha 72a7bb719d fix
2023-05-07 17:59:03 +01:00

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";