Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated IOSAccessibility (deprecated) to KeychainAccessibility
  • Loading branch information
Musaddiq625 authored Oct 16, 2023
1 parent 3bb9336 commit cadebfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_secure_storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This allows us to be able to fetch secure values while the app is backgrounded,
An example:

```dart
final options = IOSOptions(accessibility: IOSAccessibility.first_unlock);
final options = IOSOptions(accessibility: KeychainAccessibility.first_unlock);
await storage.write(key: key, value: value, iOptions: options);
```

Expand Down

0 comments on commit cadebfc

Please sign in to comment.