OnGroupCreatedCallback typedef

OnGroupCreatedCallback = void Function(String groupName)

Implementation

typedef OnGroupCreatedCallback = void Function(
  String groupID,
);