mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#165 new: bio auth
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user