THATMobile/lib/core/constants/storage_key.dart
2026-02-27 10:14:14 +07:00

7 lines
246 B
Dart

class StorageKey {
static const String libraryKeywordHistoryKey = 'libraryKeywordHistoryKey';
static const String userInfo = 'USER_INFO';
static const String tokenUser = 'TOKEN_USER';
static const String refreshToken = 'REFRESH_TOKEN';
}