removeAccounts abstract method
This is a helper function, that calls removeLocalAccounts or removeExternalAccounts based on every account status.
Implementation
Future<void> removeAccounts(List<KeyAccount> accounts);
This is a helper function, that calls removeLocalAccounts or removeExternalAccounts based on every account status.
Future<void> removeAccounts(List<KeyAccount> accounts);