restoreVmServiceConnectFunction function Null safety

void restoreVmServiceConnectFunction()

Restores vmServiceConnectFunction to its default value.

Implementation

void restoreVmServiceConnectFunction() {
  vmServiceConnectFunction = _waitAndConnect;
}