updateUserProperties static method

Future<void> updateUserProperties(
  1. PropertyOperations operations
)

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