$SignalingClient class
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
-
getSettings({String? token, SignalingGetSettingsApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<SignalingGetSettingsResponseApplicationJson, void>>
-
Get the signaling settings.
-
getSettingsRaw({String? token, SignalingGetSettingsApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<SignalingGetSettingsResponseApplicationJson, void>
-
Get the signaling settings.
-
getWelcomeMessage({required int serverId, SignalingGetWelcomeMessageApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<SignalingGetWelcomeMessageResponseApplicationJson, void>>
-
Get the welcome message from a signaling server.
-
getWelcomeMessageRaw({required int serverId, SignalingGetWelcomeMessageApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<SignalingGetWelcomeMessageResponseApplicationJson, void>
-
Get the welcome message from a signaling server.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pullMessages({required String token, SignalingPullMessagesApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<SignalingPullMessagesResponseApplicationJson, void>>
-
Get signaling messages.
-
pullMessagesRaw({required String token, SignalingPullMessagesApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<SignalingPullMessagesResponseApplicationJson, void>
-
Get signaling messages.
-
sendMessages({required String messages, required String token, SignalingSendMessagesApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<SignalingSendMessagesResponseApplicationJson, void>>
-
Send signaling messages.
-
sendMessagesRaw({required String messages, required String token, SignalingSendMessagesApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<SignalingSendMessagesResponseApplicationJson, void>
-
Send signaling messages.
-
toString()
→ String
-
A string representation of this object.
inherited