SolidWorkerHandler constructor

SolidWorkerHandler({
  1. Client? httpClient,
  2. String id = solidRemoteHandlerId,
})

Implementation

SolidWorkerHandler({
  http.Client? httpClient,
  this.id = solidRemoteHandlerId,
}) : _httpClient = httpClient ?? http.Client();