2025-08-27 18:20:37 +08:00
|
|
|
class CacheKeys {
|
2025-09-02 11:45:38 +08:00
|
|
|
static const String isSendValidationCode = 'isSendValidationCode';
|
2025-08-27 18:20:37 +08:00
|
|
|
static const String token = 'token';
|
2025-09-08 16:49:11 +08:00
|
|
|
static const String publicKeyHex = 'publicKeyHex';
|
|
|
|
|
static const String starCloudUserInfo = 'starCloudUserInfo';
|
|
|
|
|
static const String starCloudUserLoginInfo = 'starCloudUserLoginInfo';
|
|
|
|
|
|
2025-08-27 18:20:37 +08:00
|
|
|
}
|