Delete account specified by its id
Future<void> deleteAccount(int accId) { return _platform.deleteAccount(accId); }