deleteAccount method
delete account from storage
Implementation
Future<void> deleteAccount(Keyring keyring, KeyPairData account) async {
await keyring.store.deleteAccount(account.pubKey);
}
delete account from storage
Future<void> deleteAccount(Keyring keyring, KeyPairData account) async {
await keyring.store.deleteAccount(account.pubKey);
}