SdkLinksClient constructor

SdkLinksClient({
  1. String? apiBase,
  2. Client? httpClient,
})

Implementation

SdkLinksClient({String? apiBase, http.Client? httpClient})
    : apiBase = apiBase ?? _defaultApiBase,
      _http = httpClient ?? http.Client();