4 lines
59 B
Dart
4 lines
59 B
Dart
|
|
class CacheKeys {
|
||
|
|
static const String token = 'token';
|
||
|
|
}
|