4 lines
98 B
Dart
4 lines
98 B
Dart
class StorageKey {
|
|
static const String libraryKeywordHistoryKey = 'libraryKeywordHistoryKey';
|
|
}
|