deleteAccount method
delete account from storage
Implementation
Future<void> deleteAccount(KeyringEVM keyring, EthWalletData account) async {
await keyring.store.deleteAccount(account.address);
}
delete account from storage
Future<void> deleteAccount(KeyringEVM keyring, EthWalletData account) async {
await keyring.store.deleteAccount(account.address);
}