7 lines
82 B
Dart
7 lines
82 B
Dart
class StorageKeys {
|
|
|
|
StorageKeys._();
|
|
|
|
static const String theme = 'theme';
|
|
|
|
} |