submitGroupAttributeChanged static method
void
submitGroupAttributeChanged()
Implementation
static void submitGroupAttributeChanged() {
V2TIMManagerWeb.timWeb
?.on(EventType.GROUP_ATTRIBUTES_UPDATED, _groupAttributeChangeHandler);
}