OnGroupCreatedCallback typedef
OnGroupCreatedCallback =
void Function(String groupName)
Implementation
typedef OnGroupCreatedCallback = void Function(
String groupID,
);
typedef OnGroupCreatedCallback = void Function(
String groupID,
);