EcpHttpServer constructor
EcpHttpServer({
- HttpClient? client,
Implementation
EcpHttpServer({this.client}) : super(httpClient: IOClient(client));
EcpHttpServer({this.client}) : super(httpClient: IOClient(client));