We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93e2687 + c35a5db commit e4b08d2Copy full SHA for e4b08d2
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