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