#165 new: bio auth

This commit is contained in:
lollipopkit
2023-09-16 17:26:40 +08:00
parent 2e8761f533
commit 8152829c89
25 changed files with 260 additions and 6 deletions

View File

@@ -205,6 +205,13 @@ class SettingStore extends PersistentStore {
false,
);
/// Only valid on iOS / Android
late final useBioAuth = StoreProperty(
box,
'useBioAuth',
false,
);
// Never show these settings for users
// Guide for these settings:
// - key should start with `_` and be shorter as possible