onSpecificationDidUpdate property
final
~english Occurs when the group detail information is updated. ~end
~chinese 群详情变更回调。 ~end
Implementation
final void Function(
ChatGroup group,
)? onSpecificationDidUpdate;
~english Occurs when the group detail information is updated. ~end
~chinese 群详情变更回调。 ~end
final void Function(
ChatGroup group,
)? onSpecificationDidUpdate;