onAttributesChangedOfGroupMember property
final
Occurs when a custom attribute(s) of a group member is/are changed.
Param groupId
The group ID.
Param userId
The user ID of the group member whose custom attributes are changed.
Param attributes
The modified custom attributes, in key-value format.
Param operatorId
The user ID of the operator.
Implementation
final void Function(
String groupId,
String userId,
Map<String, String>? attributes,
String? operatorId,
)? onAttributesChangedOfGroupMember;