$PushClient 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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
registerDevice({required String pushTokenHash, required String devicePublicKey, required String proxyServer, PushRegisterDeviceApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<PushRegisterDeviceResponseApplicationJson, void>>
-
Register device for push notifications.
-
registerDeviceRaw({required String pushTokenHash, required String devicePublicKey, required String proxyServer, PushRegisterDeviceApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<PushRegisterDeviceResponseApplicationJson, void>
-
Register device for push notifications.
-
removeDevice({PushRemoveDeviceApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<PushRemoveDeviceResponseApplicationJson, void>>
-
Remove a device from push notifications.
-
removeDeviceRaw({PushRemoveDeviceApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<PushRemoveDeviceResponseApplicationJson, void>
-
Remove a device from push notifications.
-
toString()
→ String
-
A string representation of this object.
inherited