$HostedSignalingServerClient 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
-
$deleteAccount_Request({HostedSignalingServerDeleteAccountApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Delete the account.
-
$deleteAccount_Serializer()
→ DynamiteSerializer<void, void>
-
Builds a serializer to parse the response of $deleteAccount_Request.
-
$requestTrial_Request({required String url, required String name, required String email, required String language, required String country, HostedSignalingServerRequestTrialApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Request a trial account.
-
$requestTrial_Serializer()
→ DynamiteSerializer<HostedSignalingServerRequestTrialResponseApplicationJson, void>
-
Builds a serializer to parse the response of $requestTrial_Request.
-
deleteAccount({HostedSignalingServerDeleteAccountApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<void, void>>
-
Delete the account.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
requestTrial({required String url, required String name, required String email, required String language, required String country, HostedSignalingServerRequestTrialApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<HostedSignalingServerRequestTrialResponseApplicationJson, void>>
-
Request a trial account.
-
toString()
→ String
-
A string representation of this object.
inherited