Skip to content

Commit

Permalink
Merge pull request #638 from Musaddiq625/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
juliansteenbakker authored May 6, 2024
2 parents ac931f4 + cadebfc commit e03057d
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 e03057d

Please sign in to comment.