update secure storage interface

This commit is contained in:
sneurlax 2022-11-29 12:54:54 -06:00
parent f507baa367
commit be14e39d8b

View file

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