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