$HostedSignalingServerClient class

Constructors

$HostedSignalingServerClient.new($Client _rootClient)

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({HostedSignalingServerDeleteAccountApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<HostedSignalingServerDeleteAccountResponseApplicationJson, void>>
Delete the account.
deleteAccountRaw({HostedSignalingServerDeleteAccountApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<HostedSignalingServerDeleteAccountResponseApplicationJson, 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.
requestTrialRaw({required String url, required String name, required String email, required String language, required String country, HostedSignalingServerRequestTrialApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<HostedSignalingServerRequestTrialResponseApplicationJson, void>
Request a trial account.
toString() String
A string representation of this object.
inherited

Operators

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