EcpHttpServer constructor

EcpHttpServer({
  1. HttpClient? client,
})

Implementation

EcpHttpServer({this.client}) : super(httpClient: IOClient(client));