initVmConfig function

void initVmConfig(
  1. String workerId
)

Implementation

void initVmConfig(String workerId) {
  _workerId = workerId;
}