2025-08-27 18:23:59 +08:00

4 lines
59 B
Dart

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