$Client constructor

$Client(
  1. Uri baseURL, {
  2. Client? httpClient,
  3. List<DynamiteAuthentication>? authentications,
})

Creates a new DynamiteClient for untagged requests.

Implementation

$Client(super.baseURL, {super.httpClient, super.authentications});