getCachedWallet function

Wallet? getCachedWallet()

Implementation

Wallet? getCachedWallet() {
  return providerContainer.read(userEthWalletProvider);
}