Files
qinglong_app/lib/base/sp_const.dart
2022-01-21 19:54:59 +08:00

8 lines
231 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";