JsApiService.customJsApi constructor

JsApiService.customJsApi(
  1. String assetsJsPath, {
  2. String? host,
  3. dynamic onErrorCb()?,
})

Implementation

JsApiService.customJsApi(String assetsJsPath,
    {String? host, Function()? onErrorCb})
    : this._(assetsJsPath, url: host, onErrorCb: onErrorCb);