update secure storage interface

This commit is contained in:
sneurlax 2022-11-29 12:54:54 -06:00
parent 7a0cb3669a
commit 1d7147d330

View file

@ -1298,7 +1298,7 @@ class ParticlWallet extends CoinServiceAPI {
CachedElectrumX get cachedElectrumXClient => _cachedElectrumXClient;
late FlutterSecureStorageInterface _secureStore;
late SecureStorageInterface _secureStore;
late PriceAPI _priceAPI;
@ -1310,7 +1310,7 @@ class ParticlWallet extends CoinServiceAPI {
required CachedElectrumX cachedClient,
required TransactionNotificationTracker tracker,
PriceAPI? priceAPI,
FlutterSecureStorageInterface? secureStore,
SecureStorageInterface? secureStore,
}) {
txTracker = tracker;
_walletId = walletId;