removeAccounts abstract method

Future<void> removeAccounts(
  1. List<KeyAccount> accounts
)

This is a helper function, that calls removeLocalAccounts or removeExternalAccounts based on every account status.

Implementation

Future<void> removeAccounts(List<KeyAccount> accounts);