apskel-owner-flutter/lib/common/constant/local_storage_key.dart

6 lines
139 B
Dart
Raw Normal View History

2025-08-13 01:17:00 +07:00
class LocalStorageKey {
static const String lang = 'lang';
2025-08-16 17:27:57 +07:00
static const String token = 'token';
static const String user = 'user';
2025-08-13 01:17:00 +07:00
}