OnGroupCreatedCallback typedef

OnGroupCreatedCallback = void Function(String groupID)

Implementation

typedef OnGroupCreatedCallback = void Function(
  String groupID,
);