onSpecificationChanged property

(void Function(ChatRoom room)?) onSpecificationChanged
final

Occurs when the chat room specifications changes. All chat room members receive this event.

Implementation

final void Function(ChatRoom room)? onSpecificationChanged;