DynCallHttpExecutorFactory constructor

DynCallHttpExecutorFactory(
  1. HttpClient httpClient, [
  2. String? basePath
])

Implementation

DynCallHttpExecutorFactory(this.httpClient, [String? basePath]) {
  _basePath = _normalizePath(basePath);
}