onAttributesUpdated property

(void Function(String roomId, Map<String, String> attributes, String from)?) onAttributesUpdated
final

Occurs when the custom chat room attributes (key-value) are updated.

Implementation

final void Function(
  String roomId,
  Map<String, String> attributes,
  String from,
)? onAttributesUpdated;