onAttributesRemoved property
final
Occurs when the custom chat room attributes (key-value) are removed.
Implementation
final void Function(String roomId, List<String> removedKeys, String from)?
onAttributesRemoved;
Occurs when the custom chat room attributes (key-value) are removed.
final void Function(String roomId, List<String> removedKeys, String from)?
onAttributesRemoved;