setAttributes abstract method

Future<bool> setAttributes(
  1. Map<String, dynamic> attributes
)

Stores a set of custom attributes to be used in all evaluations.

Specify a Map of attributes in attributes.

Returns true if the operation was successful; false otherwise.

Implementation

Future<bool> setAttributes(Map<String, dynamic> attributes);