7 lines
246 B
Dart
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';
|
|
}
|