updatePushSubscriptions static method

Future<void> updatePushSubscriptions(
  1. HackleSubscriptionOperations operations
)

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);
}