mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +00:00
Remove flutter secure storage reference
This commit is contained in:
parent
572dc3caa3
commit
492a8b2c0a
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ Node getMoneroDefaultNode({required Box<Node> nodes}) {
|
||||||
|
|
||||||
Future<void> insecureStorageMigration({
|
Future<void> insecureStorageMigration({
|
||||||
required SharedPreferences sharedPreferences,
|
required SharedPreferences sharedPreferences,
|
||||||
required FlutterSecureStorage secureStorage,
|
required SecureStorage secureStorage,
|
||||||
}) async {
|
}) async {
|
||||||
bool? allowBiometricalAuthentication =
|
bool? allowBiometricalAuthentication =
|
||||||
sharedPreferences.getBool(SecureKey.allowBiometricalAuthenticationKey);
|
sharedPreferences.getBool(SecureKey.allowBiometricalAuthenticationKey);
|
||||||
|
|
Loading…
Reference in a new issue