We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 077ba13 + d2f1a59 commit 23840a8Copy full SHA for 23840a8
flutter_secure_storage/lib/options/android_options.dart
@@ -99,9 +99,9 @@ class AndroidOptions extends Options {
99
100
/// When an error is detected, automatically reset all data. This will prevent
101
/// fatal errors regarding an unknown key however keep in mind that it will
102
- /// PERMANENLTY erase the data when an error occurs.
+ /// PERMANENTLY erase the data when an error occurs.
103
///
104
- /// Defaults to false.
+ /// Defaults to true.
105
final bool _resetOnError;
106
107
/// When the encryption algorithm changes, automatically migrate existing data
0 commit comments