storage.dart 389 字节
/// 设备是否第一次打开
const String STORAGE_DEVICE_FIRST_OPEN_KEY = 'device_first_open';

///App - 国际化配置
const String STORAGE_APP_LANGUAGE_KEY = 'app_current_Language';

///App - 主题配置
const String STORAGE_APP_THEME_KEY = 'app_current_theme';

///请求UDID
const String STORAGE_APP_USER_UDID = 'app_user_udid';

/// 针对语言。
const fistOpen = 'first_open';