updateUserProperties static method
Sets a user property with the given properties
operations
- The properties to update.
Implementation
static Future<void> updateUserProperties(PropertyOperations operations) {
return HacklePlatform.instance.updateUserProperties(operations);
}