OnGroupAttributeChangedCallback typedef
OnGroupAttributeChangedCallback =
void Function(String groupID, Map<String, String> groupAttributeMap)
Implementation
typedef OnGroupAttributeChangedCallback = void Function(
String groupID,
Map<String, String> groupAttributeMap,
);