new: add review

This commit is contained in:
Hiddify
2024-03-17 14:45:15 +01:00
parent c0fce83332
commit 81dde7566a
6 changed files with 44 additions and 13 deletions

View File

@@ -64,6 +64,11 @@ abstract class Preferences {
"started_by_user",
false,
);
static final storeReviewedByUser = PreferencesNotifier.create<bool, bool>(
"store_reviewed_by_user",
false,
);
}
@Riverpod(keepAlive: true)