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