Reresh registration of account specified by its id
Future<void> registerAccount(int accId, int expireTime) { return _platform.registerAccount(accId, expireTime); }