$ExternalSignalingClient class
Constructors
- $ExternalSignalingClient($Client _rootClient)
-
Creates a new
DynamiteClient
for external_signaling requests.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$signalingGetSettings_Request(
{String? token, SignalingGetSettingsApiVersion? apiVersion, bool? oCSAPIRequest}) → Request - Get the signaling settings.
-
$signalingGetSettings_Serializer(
) → DynamiteSerializer< SignalingGetSettingsResponseApplicationJson, void> - Builds a serializer to parse the response of $signalingGetSettings_Request.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signalingGetSettings(
{String? token, SignalingGetSettingsApiVersion? apiVersion, bool? oCSAPIRequest}) → Future< DynamiteResponse< SignalingGetSettingsResponseApplicationJson, void> > - Get the signaling settings.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited