THATMobile/lib/core/constants/storage_key.dart
2026-02-26 10:39:42 +07:00

4 lines
98 B
Dart

class StorageKey {
static const String libraryKeywordHistoryKey = 'libraryKeywordHistoryKey';
}