onAttributesRemoved property

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

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

~chinese 聊天室属性被删除。 ~end

Implementation

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