4 lines
59 B
Dart
Raw Permalink Normal View History

2025-08-27 18:20:37 +08:00
class CacheKeys {
static const String token = 'token';
}