removeWallet abstract method

Future<void> removeWallet(
  1. Wallet wallet
)

removes the wallet (e.g., closes connections, streams)

Implementation

Future<void> removeWallet(Wallet wallet);