$Client constructor

$Client(
  1. Uri baseURL, {
  2. Map<String, String>? baseHeaders,
  3. Client? httpClient,
  4. CookieJar? cookieJar,
  5. List<DynamiteAuthentication>? authentications,
})

Creates a new DynamiteClient for untagged requests.

Implementation

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