$Client class

Available extensions

Constructors

$Client.new(Uri baseURL, {Map<String, String>? baseHeaders, 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
avatar $AvatarClient
latefinal
baseHeaders Map<String, String>?
The base headers added to each request.
finalinherited
baseURL Uri
The base server url used to build the request uri.
finalinherited
bot $BotClient
latefinal
breakoutRoom $BreakoutRoomClient
latefinal
call $CallClient
latefinal
certificate $CertificateClient
latefinal
chat $ChatClient
latefinal
cookieJar → CookieJar?
The optional cookie jar to persist the response cookies.
finalinherited
filesIntegration $FilesIntegrationClient
latefinal
guest $GuestClient
latefinal
hashCode int
The hash code for this object.
no setterinherited
hostedSignalingServer $HostedSignalingServerClient
latefinal
httpClient → Client
The base http client.
finalinherited
matterbridge $MatterbridgeClient
latefinal
matterbridgeSettings $MatterbridgeSettingsClient
latefinal
poll $PollClient
latefinal
publicShareAuth $PublicShareAuthClient
latefinal
reaction $ReactionClient
latefinal
recording $RecordingClient
latefinal
room $RoomClient
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings $SettingsClient
latefinal
signaling $SignalingClient
latefinal
tempAvatar $TempAvatarClient
latefinal

Methods

executeRawRequest(String method, Uri uri, {Map<String, String>? headers, Uint8List? body, Set<int>? validStatuses}) Future<StreamedResponse>
Executes a HTTP request against give full uri.
inherited
executeRequest(String method, String path, {Map<String, String>? headers, Uint8List? body, Set<int>? validStatuses}) Future<StreamedResponse>
Makes a request against a given path.
inherited
getVersionCheck(OcsGetCapabilitiesResponseApplicationJson_Ocs_Data capabilities) VersionCheck

Available on $Client, provided by the SpreedVersionCheck extension

Checks whether the spreed app installed on the server is supported by this client.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited