restoreVmServiceConnectFunction function

void restoreVmServiceConnectFunction()

Restores vmServiceConnectFunction to its default value.

Implementation

void restoreVmServiceConnectFunction() {
  vmServiceConnectFunction = _waitAndConnect;
}