onAttributesUpdated property

(void Function(List<RtmChannelAttribute> attributeList)?) onAttributesUpdated
getter/setter pair

Occurs when channel attribute updated.

Implementation

void Function(List<RtmChannelAttribute> attributeList)? onAttributesUpdated;