replace bloc with watch_it
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import 'package:immich_mobile/domain/models/store.model.dart';
|
||||
|
||||
enum AppSettings<T> {
|
||||
appTheme<int>(StoreKey.appTheme, 10);
|
||||
|
||||
const AppSettings(this.storeKey, this.defaultValue);
|
||||
|
||||
final StoreKey storeKey;
|
||||
final T defaultValue;
|
||||
}
|
||||
Reference in New Issue
Block a user