updatePushSubscriptions static method
Updates the push notification subscription settings for the user.
operations
- A set of subscription operations specifying the status updates.
Implementation
static Future<void> updatePushSubscriptions(
HackleSubscriptionOperations operations) {
return HacklePlatform.instance.updatePushSubscriptions(operations);
}