Files
qinglong_app/lib/base/sp_const.dart
2022-06-15 11:05:49 +08:00

10 lines
305 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";
String spShowLine = "spShowLine";