initial commit
This commit is contained in:
7
lib/storage/storage_keys.dart
Normal file
7
lib/storage/storage_keys.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class StorageKeys {
|
||||
|
||||
StorageKeys._();
|
||||
|
||||
static const String theme = 'theme';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user