$Client constructor

$Client(
  1. Uri baseURL, {
  2. Map<String, String>? baseHeaders,
  3. String? userAgent,
  4. HttpClient? httpClient,
  5. CookieJar? cookieJar,
  6. List<DynamiteAuthentication> authentications = const [],
})

Implementation

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