resetInstallState static method

void resetInstallState()

重置安装状态(用于测试)

Implementation

static void resetInstallState() {
  _installedClients.clear();
}