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