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