new: auto request noti perm

This commit is contained in:
lollipopkit
2024-04-02 18:27:06 -06:00
parent 704a93713f
commit 2f96a090c4
17 changed files with 102 additions and 0 deletions

View File

@@ -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------
}