setAttributes abstract method
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);