File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
flutter_secure_storage/example/lib Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,20 @@ class HomePageState extends State<HomePage> {
4242 iOptions: IOSOptions (
4343 accountName: accountName,
4444 synchronizable: true ,
45- accessControlFlags: [
46- AccessControlFlag .biometryCurrentSet,
47- AccessControlFlag .devicePasscode,
48- AccessControlFlag .and,
49- ],
45+ // accessControlFlags: [ // Enable for one or more access control features
46+ // AccessControlFlag.biometryCurrentSet,
47+ // AccessControlFlag.devicePasscode,
48+ // AccessControlFlag.and,
49+ // ],
5050 ),
5151 mOptions: MacOsOptions (
5252 accountName: accountName,
5353 synchronizable: true ,
54- accessControlFlags: [
55- AccessControlFlag .biometryCurrentSet,
56- AccessControlFlag .devicePasscode,
57- AccessControlFlag .and,
58- ],
54+ // accessControlFlags: [ // Enable for one or more access control features
55+ // AccessControlFlag.biometryCurrentSet,
56+ // AccessControlFlag.devicePasscode,
57+ // AccessControlFlag.and,
58+ // ],
5959 ),
6060 );
6161 }
You can’t perform that action at this time.
0 commit comments