resetInstallState static method

  1. @visibleForTesting
void resetInstallState()

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

Implementation

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