Files
qinglong_app/lib/base/sp_const.dart
2022-01-22 18:08:25 +08:00

9 lines
271 B
Dart

String spUserInfo = "userinfo";
String spHost = "host";
String spUserName = "username";
String spPassWord = "password";
String spTheme = "dart_mode";
String spSecretLogined = "secret_logined";
String spCustomColor = "customColor";
String spLoginHistory = "loginHistory";