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