mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
结构初始化
This commit is contained in:
6
lib/data/store/setting.dart
Normal file
6
lib/data/store/setting.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:toolbox/core/persistant_store.dart';
|
||||
|
||||
class SettingStore extends PersistentStore {
|
||||
StoreProperty<bool> get receiveNotification =>
|
||||
property('notify', defaultValue: true);
|
||||
}
|
||||
Reference in New Issue
Block a user