$Client class
Constructors
-
$Client.new(Uri baseURL, {Client? httpClient, CookieJar? cookieJar, List<DynamiteAuthentication>? authentications})
-
Creates a new
DynamiteClient
for untagged requests.
-
$Client.fromClient(DynamiteClient client)
-
Creates a new $Client from another
client
.
Properties
-
authentications
→ List<DynamiteAuthentication>?
-
The available authentications for this client.
finalinherited
-
The base headers added to each request.
finalinherited
-
baseURL
→ Uri
-
The base server url used to build the request uri.
finalinherited
-
cookieJar
→ CookieJar?
-
The optional cookie jar to persist the response cookies.
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
httpClient
→ Client
-
The base http client.
finalinherited
-
icon
→ $IconClient
-
latefinal
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
theming
→ $ThemingClient
-
Class ThemingController.
handle ajax requests to update the theme.
latefinal
-
userTheme
→ $UserThemeClient
-
latefinal