auth
This commit is contained in:
@@ -18,3 +18,11 @@ enum AppThemeMode {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
enum PrefKeys {
|
||||
theme('themeModeSetting'),
|
||||
lastStore('lastStore');
|
||||
|
||||
const PrefKeys(this.value);
|
||||
final String value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user