mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: auto request noti perm
This commit is contained in:
@@ -263,5 +263,8 @@ class SettingStore extends PersistentStore {
|
||||
/// Version of store db
|
||||
late final storeVersion = property('storeVersion', 0);
|
||||
|
||||
/// Have notified user for notificaiton permission or not
|
||||
late final noNotiPerm = property('noNotiPerm', false);
|
||||
|
||||
// ------END------
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user