news_getx/lib/config/storage.dart

14 lines
401 B
Dart

/// 用户 - 配置信息
const String StorageUserProfileKey = 'user_profile';
/// 用户 - 配置信息
const String StorageUserTokenKey = 'user_token';
/// 设备是否第一次打开
const String StorageDeviceFirstOpenKey = 'device_first_open';
/// 首页新闻cacheKey
const String StorageIndexNewsCacheKey= 'cache_index_news';
/// 多语言
const String StorageLanguageCode = 'language_code';