onAttributesRemoved property

void Function(String roomId, List<String> removedKeys, String from)? onAttributesRemoved
final

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

Implementation

final void Function(String roomId, List<String> removedKeys, String from)?
onAttributesRemoved;