$SettingsClient 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
-
admin({required int batchSetting, required String soundNotification, required String soundTalk, SettingsAdminApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<SettingsAdminResponseApplicationJson, void>>
-
Update default notification settings for new users.
-
adminRaw({required int batchSetting, required String soundNotification, required String soundTalk, SettingsAdminApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<SettingsAdminResponseApplicationJson, void>
-
Update default notification settings for new users.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
personal({required int batchSetting, required String soundNotification, required String soundTalk, SettingsPersonalApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<SettingsPersonalResponseApplicationJson, void>>
-
Update personal notification settings.
-
personalRaw({required int batchSetting, required String soundNotification, required String soundTalk, SettingsPersonalApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<SettingsPersonalResponseApplicationJson, void>
-
Update personal notification settings.
-
toString()
→ String
-
A string representation of this object.
inherited