starwork_flutter/lib/common/cache_keys.dart
2025-08-27 18:20:37 +08:00

4 lines
59 B
Dart

class CacheKeys {
static const String token = 'token';
}