We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e2687 commit c35a5dbCopy full SHA for c35a5db
1 file changed
lib/secure_storage.dart
@@ -178,7 +178,7 @@ class StorageCryptoHandler {
178
}
179
180
/// Reset the passphrase, which resets the salt and main key
181
- Future<void> resetPassphrase(String passphrase, version) async {
+ Future<void> resetPassphrase(String passphrase, int version) async {
182
// Generate a random salt
183
_salt = _randomBytes(saltLength);
184
0 commit comments