$EndpointClient 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
-
confirmIdsForUser({required BuiltList<int> ids, EndpointConfirmIdsForUserApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<EndpointConfirmIdsForUserResponseApplicationJson, void>>
-
Check if notification IDs exist.
-
confirmIdsForUserRaw({required BuiltList<int> ids, EndpointConfirmIdsForUserApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<EndpointConfirmIdsForUserResponseApplicationJson, void>
-
Check if notification IDs exist.
-
deleteAllNotifications({EndpointDeleteAllNotificationsApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<EndpointDeleteAllNotificationsResponseApplicationJson, void>>
-
Delete all notifications.
-
deleteAllNotificationsRaw({EndpointDeleteAllNotificationsApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<EndpointDeleteAllNotificationsResponseApplicationJson, void>
-
Delete all notifications.
-
deleteNotification({required int id, EndpointDeleteNotificationApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<EndpointDeleteNotificationResponseApplicationJson, void>>
-
Delete a notification.
-
deleteNotificationRaw({required int id, EndpointDeleteNotificationApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<EndpointDeleteNotificationResponseApplicationJson, void>
-
Delete a notification.
-
getNotification({required int id, EndpointGetNotificationApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<EndpointGetNotificationResponseApplicationJson, void>>
-
Get a notification.
-
getNotificationRaw({required int id, EndpointGetNotificationApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<EndpointGetNotificationResponseApplicationJson, void>
-
Get a notification.
-
listNotifications({EndpointListNotificationsApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<EndpointListNotificationsResponseApplicationJson, EndpointEndpointListNotificationsHeaders>>
-
Get all notifications.
-
listNotificationsRaw({EndpointListNotificationsApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<EndpointListNotificationsResponseApplicationJson, EndpointEndpointListNotificationsHeaders>
-
Get all notifications.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited