deleteWallets method
dynamic
deleteWallets()
Implementation
deleteWallets() {
// TODO: remove all private key & seed phrases from secure store
state = state.copyWith(wallets: {}, selected: null);
}
deleteWallets() {
// TODO: remove all private key & seed phrases from secure store
state = state.copyWith(wallets: {}, selected: null);
}